Pandas

From UConn PAN
Revision as of 23:27, 6 March 2023 by Mcintyre (talk | contribs) (Created page with "== Pandas Tutorials == <font><i>. Data Analysis: This is using the tools like statistics and data visualization to better understand the problem by understanding the data...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Pandas Tutorials

.

   Data Analysis: This is using the tools like statistics and data visualization to better understand the problem by understanding the data.
   Data Munging: This is the process of transforming raw data into a form so that it is appropriate for your job, like data analysis or machine learning.


Pandas is a Python library for data analysis and manipulation. It adds to the SciPy framework, which provides powerful libraries for handing gridded data (like NumPy) and plotting (like matplotlib).


  • Show