https://github.com/fdauti/py_csv_html
Process CSV files and convert to HTML with Python
https://github.com/fdauti/py_csv_html
cgi csv html pandas python
Last synced: 2 months ago
JSON representation
Process CSV files and convert to HTML with Python
- Host: GitHub
- URL: https://github.com/fdauti/py_csv_html
- Owner: fdauti
- License: mit
- Created: 2024-08-29T23:19:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T12:56:38.000Z (9 months ago)
- Last Synced: 2025-03-18T03:57:57.992Z (3 months ago)
- Topics: cgi, csv, html, pandas, python
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Develop a Python program which compares 2 csv files and:
- displays students (student ID) who exists in both courses
- displays students (student ID) who dosn't exists in both courses### Develop a web application which opens the csv file and display all its data/fields in HTML table format
### The program provides a dialog-webform in which the user can enter the csv-filename### Click the image below for the full demonstration video on YouTube
[](https://www.youtube.com/watch?v=RMnOTUN2xOk)