Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to read multiple csv files and merge data
Post: How to read multiple csv files and merge data

Hi, I have two csv files, csv1: c1 c2 c3 c4 c5 BB 2 5 6 Ocsv2: c7 c8 c9 c10 c11 C 0 2 0 LI want to read both files(ignore headers), and merge data: desired output: BB 2 5 6 O C 0 2 0 LI use bel...
rajeshE General Coding Help 0 1,957 Mar-28-2020, 04:01 PM
    Thread: How to concatenate multiple dataframes
Post: How to concatenate multiple dataframes

Hi, I have three data frames, I want to connate them horizontally. However. third df is Date column. when I concatenate, its values showing nana. df1: [python]s1 s2 s3 1 2 3 na 0 nadf2 s1 s2 s3 8 9 3...
rajeshE General Coding Help 1 2,033 Feb-27-2020, 03:12 PM
    Thread: How to calculate time in seconds
Post: How to calculate time in seconds

Hi, I have time as below: t1: 2020-02-13T11:16:30-05:00 t2: 2020-03-13T11:01:56-31:00 t3: 2020-03-13T11:02:42-00:00I want to calculate time difference between t1-t2, t2-t3 in seconds.
rajeshE General Coding Help 1 2,112 Feb-15-2020, 03:28 PM

User Panel Messages

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