the best and most detail-oriented tutorial I've seen on KZbin. thanks
@dataschool7 жыл бұрын
You are very welcome! Glad the videos are helpful to you!
@noel25775 жыл бұрын
I have been hooked to your videos like a tv show ever since I watched the first one and I want to say that not only are these videos extremely useful and valuable but they are just as much entertaining as well. btw I've been hearing about some other, though not free, really powerful data analysis tools such as Alteryx and Pathwise. would absolutely love to watch if you create videos on those.
@dataschool5 жыл бұрын
Thanks very much for your kind words! Also thanks for your suggestions 👍
@fernandai.b.1402 жыл бұрын
Thanks for the video, it is clear and easy to understand 👍
@dataschool2 жыл бұрын
Glad it helped!
@AbdallahAnalyst8 ай бұрын
Thank you so much for this awesome playlist it is really helpful
@dataschool8 ай бұрын
Glad it was helpful!
@sindhumohandas14794 жыл бұрын
Truly helpful video.. thankyou so much😊..
@dataschool4 жыл бұрын
Glad it was helpful!
@marty5908 жыл бұрын
Thanks Kevin.
@dataschool8 жыл бұрын
You're very welcome! Hope it was helpful to you!
@nelson33914 жыл бұрын
Thank you for the excellent explanation.
@suhasnalawade3444 жыл бұрын
Thank you , information helped me
@fadilyassin4597 Жыл бұрын
thank you for your videos very good explanations , can you please tell us how you show the grid in the Dataframe, your DataFrame looks like excel sheet please, thank you
@dataschool Жыл бұрын
Great question! The formatting depends on your coding environment. I'm using Jupyter.
@dembobademboba6924 Жыл бұрын
Thank you. Very helpful
@dataschool Жыл бұрын
You're welcome!
@hephepiyey3 жыл бұрын
Hello there! Thank you for the explanation. So I was wondering if it's possible to set the column width to its max to show the numbers because I am seeing +06 in my column and I really wanted to show everything. Is that possible? Thank you!
@Gargi_3106Ай бұрын
While using the get_option on max_rows I also got 60 back but my pandas is displaying only 10 rows in its default view. What is the possible explanation? Could you pls help with that
@fernandomancio21485 жыл бұрын
Great stuff! Really helpful! Tks
@dataschool5 жыл бұрын
You're welcome!
@sinabaghaei35044 жыл бұрын
Thanks dear Kevin for explanation. My pandas File doesn't show set_option for numbers more than 10. it just shows None and less than 10. Can you please explain to me why is that? I use panda 1.1.3
@rajarshi_44795 жыл бұрын
How do we select the first 4 digits of each values in a column which is consisting of 10 digit numbers..can you plz make a video on it.. It's been of great help from all your videos
@dataschool5 жыл бұрын
Use a string method. See this video: kzbin.info/www/bejne/mKDJknZmfsieftE
@BobBelford4 ай бұрын
Why does the following only change precision on Fare and not Age, they both are Float64 objects? (I do not see where we specify the column, so would think this would affect all float data types) # overwrite the 'precision' setting to display 2 digits after the decimal point of 'Fare' pd.set_option('display.precision', 2) train.head() thanks for these great tutorials
@sachavanweeren95786 жыл бұрын
excellent tutorial. Thanks a lot!
@dataschool6 жыл бұрын
You're very welcome!
@PocketInfinite5 жыл бұрын
Is it possible to have it display in a nice table in IDLE like how it does in Jupyter? Jinja just won't work for me...
@dataschool5 жыл бұрын
I'm not sure, sorry!
@shivamkakkar47793 жыл бұрын
I want to know how your columns and rows are coming beautifully? As for me there are no lines when I run the CSV file in jupyter notebook
@dataschool3 жыл бұрын
Depends on the version of Jupyter notebook
@MrKingoverall5 жыл бұрын
THANKS MAN !!!!!!!!!!!!!! Yet again !!!!!!!!!!!!!
@dataschool5 жыл бұрын
You're very welcome!
@biganubhav3 жыл бұрын
How do you display the df in this nice table-like style within the jupyter notebook?
@dataschool3 жыл бұрын
I think it depends on the version of Jupyter notebook you are using.
@meghasyam4273 жыл бұрын
Hi Kevin, for somereason pd.set_option('display.float_format', '{:,}'.format) is not working for me nor throwing an error. The format is not getting applied. Can you help
@dataschool3 жыл бұрын
Not sure off-hand, I'm sorry!
@saikannan6653 жыл бұрын
in my idle pandas the spaces between two columns is clumsy how can correct it can you please help me with it
@kleczekr8 жыл бұрын
Hello Kevin! I am impressed by the quality of the material you provide on your channel. I have a brief question when it comes to the number formatting, which you explained in the video. Would it be difficult to introduce commas in non-standard places, e.g. to indicate Indian lakhs and crores, so that, e.g., to write 1 lakh rupees as 1,00,000; and 1 crore rupees as 1,00,00,000? Thank you for the wonderful series! Rafal
@dataschool8 жыл бұрын
Thanks for your kind words! Regarding your question, it's not clear to me whether that is easy or even possible. I'd suggest reading the Python documentation on string formatting to find out: docs.python.org/2/library/string.html#custom-string-formatting
@kleczekr8 жыл бұрын
Thank you!
@PavanKumar-wx6nl4 жыл бұрын
How do i apply complete back ground color to entire pivot table with customized alignments inside text?
@benogidan7 жыл бұрын
pd.set_option('display.float_format','{:,.0f}'.format) will get the decimal points off
@dataschool7 жыл бұрын
Good to know, thank you!
@mutazkanaan67966 жыл бұрын
thank you very much
@dataschool6 жыл бұрын
You're welcome!
@haifenghong49186 жыл бұрын
Thank you, Kevin. I have one question: after pd.set_option('precision', 2),the precision of numbers in the 'Fare' column is 2, but why the precision of numbers in the 'Age' column is still 1?
@haifenghong49186 жыл бұрын
And what's more, what is the difference between 'display.precision' and 'precision'? It seems that the results are the same in both cases.
@dataschool6 жыл бұрын
display.precision and precision are the same, because pandas allows for partial matches in this case.
@faridlgifarikertabudi65086 жыл бұрын
can we set float format for ONLY certain column? For example, i want to make float format for 'x' column, but NOT for other column. Please answer this master,. Thank you!
@dataschool6 жыл бұрын
I don't think so, but I'm not sure!
@skyvisionworld5128 жыл бұрын
Hello Kevin, How do you remove comma from a data frame? (meaning doing the reverse of what we did here)
@dataschool8 жыл бұрын
You probably need to use a string method. This video may help: kzbin.info/www/bejne/mKDJknZmfsieftE
@csbhaskar5 жыл бұрын
thanks man
@dataschool5 жыл бұрын
You're welcome!
@samkitjain73016 жыл бұрын
What is the difference between labels and columns in functions like drop( )? Also, when I use X_train = train.drop(columns=['Survived'], inplace=True)) It gives output as None
@dataschool6 жыл бұрын
Regarding drop, this video should help: kzbin.info/www/bejne/qpaYe6WJeLxggrs Regarding the None output, that's because of inplace. Hope that helps!
@Vinay_Gurram7 жыл бұрын
Can you please let me know - how to save the "output of IDLE" in windows ? - Thanks advance
@dataschool7 жыл бұрын
I'm not sure, sorry!
@Vinay_Gurram7 жыл бұрын
Data School thanks for such a quick reply
@kalpatarunayak56195 жыл бұрын
its not work in pycharm....plz help
@dataschool5 жыл бұрын
Not sure how to help, sorry!
@MohamedTarek-td3tn5 жыл бұрын
I'm using pycharm and it's work fine, make sure the series type is float .
@curtismoxam53823 жыл бұрын
Trick question, nothing is simple about Pandas
@FabioRBelotto2 жыл бұрын
How do I set new default values or save my display changes even after restarting the IDE?