Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 709 Bytes

File metadata and controls

21 lines (11 loc) · 709 Bytes

This repository is dedicated to learning and exploring Python libraries commonly used in data science. It includes examples and code snippets for libraries such as Pandas and Pandas AI.

Libraries Covered:

Pandas: Data manipulation and analysis.

Pandas AI: Extending Pandas with AI capabilities.

Installation:

To use the libraries, you need to install the required packages. Open your terminal and type the following commands:

macOS and Windows Users:

pip install pandas

pip install pandas-ai

Additional Notes for Windows Users:

If you are using Windows, it is recommended to install Windows Subsystem for Linux (WSL) and use the terminal under WSL for a smoother experience.