flowchart LR A(Environmental Issue) --> B(Specific Question) B --> C(Data Analysis Workflow) B1[Environmental Data] --> C C --> D(Product)
Series and DataFrame structures*.csv) into pandasDataFrameflowchart LR A(Environmental Issue) --> B(Specific Question) B --> C(Data Analysis Workflow) B1[Environmental Data] --> C C --> D(Product)
Therefore:
We have already encountered the first two layers of the Pangeo ecosystem: Python and jupyter. We are now adding another layer with pandas.
Figure 2: The Pangeo ecosystem, Source: Pangeo Tutorial - Ocean Sciences 2020 by Ryan Abernathey, February 17, 2020
According to Abernathy (2021):
Pandas is a an open source library providing high-performance, easy-to-use data structures and data analysis tools. Pandas is particularly suited to the analysis of tabular data, i.e. data that can can go into a table. In other words, if you can imagine the data in an Excel spreadsheet, then Pandas is the tool for the job.
Pandas is a Python package that can be used to process tabular data. Here are some features:
Getting updates to the data analysis/ lecture code
ISAT_420_S26_Shared).forked copy of this shared repository, you have to pull in and merge these changes into your own repository.