https://github.com/chomosuke/wikitable
https://github.com/chomosuke/wikitable
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chomosuke/wikitable
- Owner: chomosuke
- Created: 2021-09-11T06:13:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T19:03:15.000Z (almost 5 years ago)
- Last Synced: 2025-07-25T00:41:21.706Z (11 months ago)
- Language: Python
- Size: 377 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This python program rely on library: `matplotlib` and `bs4`.
Please pip install them bofere you run the program.
This program is written with python 3.9
to run all tests, do `python -m unittest discover wiki_table`
to run theh program do `python wiki_table`
I've written my thought process before I started to coding at: [thoughtProcess.txt](thoughtProcess.txt)
I've extended the requirement slightly before I started coding at: [requirement.md](requirement.md)
I've defined a numeric column before I started working on filter_num_columns.py at: [what_is_numeric.txt](what_is_numeric.txt)