| description | This document will show how to import Python libraries and read data files with Visual Python. |
|---|
{% embed url="https://www.youtube.com/watch?v=JrtkV_MpS0E" %}
Before starting, we need to import essential Python libraries.
- Click on the Import app from the menu
- Select libraries you need
- Click Run button to generate code.
Numpy, Pandas, Matplotlib are the most primarily used libraries for data analysis. You can also add other libraries with + Module / + Function buttons.
Now, we need a dataset to analyze.
- Click on the File app, to read data files.
- Identify the data type: CSV, Excel, JSON, Pickle are supported
- Click on the folder icon to open the file explorer.
- Use additional options if necessary.
- Click Run !