Question: PYTHON INTRO TO CREATING A DATABASE #please add comments to explain Data Files:Use BS4, Regular Expressions or Pandas to read in the two data files
PYTHON INTRO TO CREATING A DATABASE
#please add comments to explain
Data Files:Use BS4, Regular Expressions or Pandas to read in the two data files for this assignment:
Co2.html:
Where necessary, reduce the data from either Monthly or Daily to Annual data. Use Python iterators and reducers to handle converting the data to Annual data. Store the data in a default dictionary.
and add functionality for table creation, inserting, searching and deleting entries in the database. Usage: Insert the default dictionary from the datafiles, or the default dictionary data, into your Database. Validate your Database operations by outputting the stored data.
****
An additional feature is to program an automatic "query_builder" that can build database queries for any database operation. The QueryBuilder also needs to support any type of data that is required for the operation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
