Skip to content

katScript/netcore-pychart

Repository files navigation

.NET Core project with Python pandas chart

Pre-require

Install python 8 or later

pip package required (run next command if you not install yet)

  • pandas: pip install pandas
  • matplotlib: pip install matplotlib
  • seaborn: pip install seaborn

Python code is write at main.py
You can change the csv file by change the directory at line 6: df = pd.read_csv('{your directory to csv file}')

Run command py main.py or python main.py depend on your python setting to generate chart and data table.

Running

Run this project in IDE support to deploy

About

.NET Core project with pychart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published