I have a 10 gb csv file , While reading the file taking too much time, Could you please help , how to read the 10 gb file ? which module is better to read 10 gb csv file [ pandas or any other module ] ?
Sir in the beginning when you used Freq°=M or 2M, you provided date 01-01-2022 But in output it begins with 2022-01-31, Why, we want 01-01-2022 then what to do
Hi Sir, I am following your channel regularly, Your content is very useful and learned a lot from your videos. Thank you so much ....
Excellent, thank you
How to take mean of positive numbers only in the series or in dataframe?
df[df[columnName]>0].mean()
@@AbhisheakSaraswat, I did this and get true, false but unable to get average of positive numbers.
It is series, not df
@@AbhisheakSaraswat
[1, 2, 3, 0, -1]
how to get average of positive numbers only in the list or series?
I have a 10 gb csv file , While reading the file taking too much time, Could you please help , how to read the 10 gb file ?
which module is better to read 10 gb csv file [ pandas or any other module ] ?
Use PySpark instead of pandas
@@ProgrammingIsFunn Thank you.
@@ProgrammingIsFunn Could you please suggest me any tutorial for learning pyspark.
Sir in the beginning when you used Freq°=M or 2M, you provided date 01-01-2022
But in output it begins with 2022-01-31, Why, we want 01-01-2022 then what to do