프로그래밍/Python
[python] conda, pip pandas install
홍반장水_
2022. 2. 3. 11:38
반응형
pip install pandas
conda install -c anaconda pandas
When working with tabular data, such as data stored in spreadsheets or databases, pandas is the right tool for you. pandas will help you to explore, clean, and process your data. In pandas, a data table is called a DataFrame.
반응형