Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [split] Python Question
Post: RE: [split] Python Question

Dear Team, I am using Geo Maps for analysis purpose, tried install the geopandas to read the .shp files. using below mentioned logic to read the .shp fle shp_path = r"C:\Users\HP\Desktop\Covid\upda...
osreddy General Coding Help 10 4,080 May-07-2020, 03:23 PM
    Thread: [split] Python Question
Post: RE: [split] Python Question

df_name = pd.DataFrame( data=np.ones([4,4]) ) def get_df_name(df): name =[x for x in globals() if globals()[x] is df][0] return name get_df_name(df_name) output is : 'df_name' But cannot ...
osreddy General Coding Help 10 4,080 Mar-26-2020, 04:10 PM
    Thread: [split] Python Question
Post: RE: [split] Python Question

How can we extract data frame name ? I have used below code import pandas as pd import numpy as np df_name = pd.DataFrame( data=np.ones([4,4]) ) def get_df_name(df): name =[x for x in globals(...
osreddy General Coding Help 10 4,080 Mar-26-2020, 03:58 PM
    Thread: [split] Python Question
Post: RE: [split] Python Question

(Feb-28-2020, 02:42 PM)Larz60+ Wrote: one method: use two step process: first convert dataframe to html using pandas.DataFrame.to_html: https://pandas.pydata.org/pandas-docs/ve..._html.html next c...
osreddy General Coding Help 10 4,080 Feb-29-2020, 05:28 AM
    Thread: [split] Python Question
Post: [split] Python Question

how do I convert df.info() and df.describe() in to PDF in Python
osreddy General Coding Help 10 4,080 Feb-28-2020, 07:06 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020