Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Compare between 2 DataFrames
Post: RE: Compare between 2 DataFrames

Thank you very much scidam for your reply. Actually i am reading 2 csv files which results 2 different dataframes df1 & df2. Well, df1 consists monthly data while df2 consists the information abou...
Nidhesh Data Science 2 2,157 Jul-26-2019, 08:16 AM
    Thread: Compare between 2 DataFrames
Post: Compare between 2 DataFrames

Hi All, I am a newbie in python and got stuck. Actually i want to select the data after comparing 2 data frames i.e. want to select all the records for matched Consumer_No from df2 for all the record...
Nidhesh Data Science 2 2,157 Jul-25-2019, 12:27 PM
    Thread: Change column names from a file
Post: RE: Change column names from a file

(Jul-08-2019, 01:47 AM)scidam Wrote: data_columns is Pandas dataframe. It doesn't contain a column named Column_Names. Everything depends on content of the file Customer Churn Columns.csv. Try to p...
Nidhesh Data Science 2 3,025 Jul-08-2019, 06:00 AM
    Thread: Change column names from a file
Post: Change column names from a file

Hi All, I want to change the column names to the name i have in the csv file. Below is the code i used but i am getting an error i.e. Keyerror: 'Column_Names' data_columns = pd.read_csv('E:/Person...
Nidhesh Data Science 2 3,025 Jul-07-2019, 11:07 AM
    Thread: Append Multiple CSV files
Post: RE: Append Multiple CSV files

(Jul-03-2019, 11:45 AM)perfringo Wrote: On line #2 function is defined with parameter data On line #20 function is called without argument It is clearly stated in error message: convert_data() miss...
Nidhesh Data Science 2 2,517 Jul-03-2019, 11:55 AM
    Thread: Append Multiple CSV files
Post: Append Multiple CSV files

Hi All, I have to append multiple csv files while using pandas. I have to convert the data into desired datatype and then append but when i am doing this, i am getting an TypeError i.e. Error:TypeE...
Nidhesh Data Science 2 2,517 Jul-03-2019, 10:55 AM

User Panel Messages

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