Open manujosephv opened 3 years ago
love this @manujosephv
this fixes #11, as age is logical.
but getting
@bhavsarpratik have resolved the merge conflicts. And fixed the api pull issue. It is now working
on more investigation... the requests are going through from my local, but not from the Github Action. Not sure why
hi @manujosephv, the JSON decode error is resolved after the changes. thanks!
46 is greater than 45, so it should show all slots with min age 45 ... right ?
it shows nothing,
but if I do this,
then slots are shown.
without the "show full slots" being checked, nothing is being shown ever
hi @manujosephv, it would be more logical to have a download pdf button.
df.to_html() # will give HTML of the dataframe
import pdfkit as pdf
# pip install pdfkit
# sudo apt install wkhtmltopdf
pdf.from_file("/path/to/html.html","/path/to/pdf.pdf")
the user of this app will be common human, and csv is for machines to read. if a programmer wants data, they will take from the official API, not after downloading csv from this app.
key changes: