Cleaning and Transforming Data with Python: An introduction to pandas (Python, Part 3)
Event box
Cleaning and Transforming Data with Python: An introduction to pandas (Python, Part 3) Online
Are you ready to learn about one of Python's most popular data libraries? This class will explore the basics of pandas, including its ability to read in, clean, and transform data while also incorporating and reviewing skills from previous Python classes offered at the Medical Library.
Please note: Registration is required for this event.
In this session, you'll learn how to:
- Determine what you want to achieve with data cleaning
- Work with pandas data structures (dataframes, series)
- Perform routine data cleaning tasks with pandas (e.g., dealing with missing data, converting data types, cleaning up text issues, removing and adding data, etc.)
- Determine whether and what data transformation (e.g., grouping, subsetting, reshaping) might be needed for next steps
Technical requirements:
A computer or device with the following installed:
- Python 3
- pandas Python library
- A Python environment, such as Jupyter Notebook, PyCharm, etc. -- the instructor will use Jupyter Notebook
- Or: do all of the above at once by installing Anaconda (which comes with Python 3, pandas, and Jupyter Notebook installed; if you took the Medical Library's Python 2 class, you have likely already done this; if not, watch this video for guidance)
Note: the Medical Library has many items available for borrowing as well as desktops on site, if you need access to equipment
Prerequisites:
In order to get the most out of this workshop, it is strongly recommended that you have already attended the prior Python workshops at the Medical Library, "Getting Started with Python" and "Analyzing and Visualizing Data." This workshop will build on those workshops' prior concepts, such as variables, data types (strings, lists, dictionaries), libraries, slicing and indexing, and more. Anyone is welcome to attend, but you are likely to get more out of the session if you already know Python fundamentals.