Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unexpected output
#3
(Nov-21-2023, 12:57 PM)snippsat Wrote: Use Code tags.
When you have uploaded a file in Colab,then you do this to read it in Pandas.
import pandas as pd

df = pd.read_csv('data.csv')
df

Thank you so much for the solution. will learn next time how to post code tags
Reply


Messages In This Thread
Unexpected output - by Starter - Nov-21-2023, 12:45 PM
RE: Unexpected output - by snippsat - Nov-21-2023, 12:57 PM
RE: Unexpected output - by Starter - Nov-22-2023, 12:08 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unexpected output when trying to attach files in a mail application PythonU2Novel 0 1,008 May-17-2024, 02:59 AM
Last Post: PythonU2Novel
  Unexpected Output - Python Dataframes: Filtering based on Overlapping Dates Xensor 5 1,992 Nov-15-2023, 06:54 PM
Last Post: deanhystad
  Unexpected output while using random.randint with def terickson2367 1 1,199 Oct-24-2023, 05:56 AM
Last Post: buran
  Unexpected output from df.loc when indexing by label idratherbecoding 6 3,401 Apr-19-2023, 12:11 AM
Last Post: deanhystad
  unexpected output asyrafcc99 0 1,937 Oct-24-2020, 02:40 PM
Last Post: asyrafcc99
  Unexpected output: symbols for derivative not being displayed saucerdesigner 0 2,561 Jun-22-2020, 10:06 PM
Last Post: saucerdesigner
  Unexpected output palladium 4 3,671 Jan-11-2020, 03:26 PM
Last Post: palladium
  Unexpected output: if statement CabbageMan 1 2,326 Sep-04-2019, 04:12 PM
Last Post: ThomasL
  Unexpected Output using classes and inheritance langley 2 2,508 Jul-04-2019, 09:33 AM
Last Post: langley
  float multiplication - unexpected output inesk 3 4,159 Dec-11-2018, 10:59 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

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