Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Import .CSV file in python Error

$
0
0

@premsheth wrote:

Hi,

I am beginner in Python. I am trying to import .CSV file in Python using following code:

import pandas as pd
talent = pd.read_csv('Test_talent.csv')
print(talent.shape)

it gives me dimensions (2317,82)

But if I import same file in Rstudio it’s dimension is 14388 Obs 82 columns

How can I import these dataset in Python?
Really confuse

Thanks in advance

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles