Teradata / jupyter-demos

12 stars 13 forks source link

Refine Carbon Footprint #190

Open DougEbel opened 1 year ago

DougEbel commented 1 year ago
  1. Spell check the notebook
  2. . The image under “1. Carbon Footprint Calculations” … co2_calculation looks like we copy/pasted a PPT slide and has grainy text/icons. You should be able to achieve a similar layout in a markdown cell by using HTML table definition
  3. There was a reference to “where our headquarters” in section 5. Change to … “where the headquarters of the company is located.”
  4. We need to apply Pratik’s fix to improve performance and gather improvement metrics. • Run the get_data procedure to create the foreign tables so you don’t have that work part of the following timing steps • use the button to “reset kernel and run all cells” and time with a stop watch after you press the enter key on entering your password util python is idle • make the changes to replace the df.head(5) everywhere • re-time how long it takes to go from the password prompt until python is idle.
nupur-lal commented 1 year ago

Made below changes in the notebook and added in the branch carbon_10apr

  1. Spell check
  2. I have recreated the image.
  3. Updated as suggested
  4. I had already made changes on df.head() to df when we renamed the notebook from ESG to CarbonFootprintAnalytics

Other changes:

  1. Added Datasources picture from the documentation from the seismic page.