Answer the question
In order to leave comments, you need to log in
How to access dataframe row via element value (pandas)?
Hello,
I have a csv file:
user_id,name,lastname
100288,Petr,Ivanov
100289,Egor,Petrov
...
df_csv1 = pd.read_csv(
r'name.csv',
delimiter=',',
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question