An open API service indexing awesome lists of open source software.

https://github.com/chomosuke/wikitable


https://github.com/chomosuke/wikitable

Last synced: 11 months ago
JSON representation

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)