If you don't have pandas on your device, install pandas first. 

Otherwise, import pandas with an alias to run in the jupyter notebook or google colab.

# pip install pandas
import pandas as pd

With pandas, we can make a data frame by using dictionaries. 

To extract a certain variable

To get sum and average

To open excel files

l

len() : returns the number of items in an object

To open csv files

To create data frame

'Python' 카테고리의 다른 글

Python) WordCloud  (0) 2022.12.07
Python) Graphs  (0) 2022.12.04
Python) functions for data analysis  (0) 2022.11.30
Python) Module and package  (0) 2022.11.25
Python) Data Analysis - numpy  (0) 2022.11.24

+ Recent posts