skip to Main Content

Django df to html show text

I am totally a new bee in Django, it's my 2nd day to learn it. I have already connected to the database and use the pandas.read_sql_query to get the df from database (I know there is ORM but since we…

VIEW QUESTION

Ubuntu – Read exel file from url in python 3.6

I'm trying to read an excel-file in python 3.6. Using the code below I managed to get HTTP 200 as status code for the request, could somebody help me to read the contents, too. import requests url=url="https://<myOrg>.sharepoint.com/:x:/s/x-taulukot/Ec0R1y3l7sdGsP92csSO-mgBI8WCN153LfEMvzKMSg1Zzg?e=6NS5Qh" session_obj = requests.Session()…

VIEW QUESTION
Back To Top
Search