dfo-mar-odis / saraDataScraping

Repo to hold code and project management for the SARA data scraping project
MIT License
0 stars 0 forks source link

Complete all TableDoc methods-SARAdatascraping #17

Closed stoyelq closed 2 years ago

stoyelq commented 2 years ago

Proposed Change/Activity

Complete all of the methods in the TableDoc class. This may also serve as a good learning opportunity into Python and object oriented programming.

Why is this important

The TableDoc class will be central to any Python workflow, once it is complete we will be able to demo a full workflow

When is this done?

When a sample multi table document can be handed to the class and a dataframe object can be created corresponding to the info needed for the excel sheet.

Perceived Effort

8

Additional Context

TableDoc

DocTable

stoyelq commented 2 years ago

The metadata functions are going to need a more in depth approach, see #22. The framework needed for the demo all worked, so this should be closed when #19 is merged.