sustainableaviation / EcoPyLot

🍃🛩️ Prospective environmental and economic life cycle assessment of aircraft made blazing fast
http://ecopylot.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Fixes #6 -- Create Data Ingestion Pipeline #14

Closed iamsiddhantsahu closed 8 months ago

iamsiddhantsahu commented 8 months ago

Implements a class JSONToDataFrameConverter with the method create_dataframe() that reads a JSON file in the specified format which is detailed in the documentation and outputs a Pandas DataFrame object.

⚠️ To Note:

  1. ~Does not support reading XArray objects~ as it was initially planned in #6 because it was investigated that XArray consume a lot more memory that Pandas DataFrame.
  2. It also does not support for output with Stochastic and Static variants of the DataFrame.