Data Science Fundamentals: Data Exploration in Python (Pandas)

The goal of this video is to make data science accessible to everyone. This starts with loading in and exploring data. I use python and the pandas module to show you how to do this. Anaconda: Data: Code with comments: Things shown: - How Spyder works - What pandas is - Reading in data - () - Showing the shape of the data (Rows, Columns) - - Samplin
Back to Top