I only landed on this lecture while seeking to understand the basics of generalized logistic growth function and Richard's curve. It is even more enlightening to learn about applications of the function/model. Thank you very much for putting such a good content out.
@DunderData7 күн бұрын
Glad you found the info useful!
@TheRealStus24 күн бұрын
Thank you. Just what I needed. ps Good to know new hotkeys 😀
@vedarthjoshi2166Ай бұрын
this video just randomly popped up but thats the actual way to learn code man glad you r teaching code this way
@batpookie1Ай бұрын
Python?
@Usman_Ali906Ай бұрын
kee it up🙌🙌
@ThatExploАй бұрын
First. Also that's rad. Now I learned something I never would think to leran.
@ALANAMUL3 ай бұрын
Can you make a data analysis video with real world data that you have previously done in your job if not confedential
@krisballester84063 ай бұрын
you will update your course?
@AbrishamVincent5 ай бұрын
Thanks a lot. I really enjoyed reading through the code. Also was introduced to Seaborn too. Nice work sharing this :)
Do you think Tabula work for all generated text pdf?
@bennguyen131310 ай бұрын
Not sure how to choose from the many python packages to extract data from a PDF.. PyMuPDF, PyPDF2 , PDFplumber, tabula-py, etc.. For example, what if the PDF is a scan of a paper document.. i.e. it's crooked, and quality is bad. Is there one that does it best? Or maybe I should use AI (ChatGPT + GPT4Vision/Ai PDF) to do an OCR, then have it extract the data? Also any suggestions how to get the values from specific columns in a text file. For example, I have text files with data like this: #Time (HHH:MM:SS): 002:34:02 # T(ms) BUS CMD1 CMD2 FROM SA TO SA WC TXST RXST ERROR DT00 DT01 DT02 DT03 DT04 DT05 DT06 DT07 # ===== === ==== ==== ==== == ==== == == ==== ==== ====== ==== ==== ==== ==== ==== ==== ==== ==== 816 B0 D84E BC RT27 2 14 D800 2100 0316 0000 0000 0000 0000 CCCD 0000 817 A0 DC50 RT27 2 BC 16 D800 2120 0000 4080 3000 0000 3000 0000 0000 #Time (HHH:MM:SS): 002:34:03 # T(ms) BUS CMD1 CMD2 FROM SA TO SA WC TXST RXST ERROR DT00 DT01 DT02 DT03 DT04 DT05 DT06 DT07 # ===== === ==== ==== ==== == ==== == == ==== ==== ====== ==== ==== ==== ==== ==== ==== ==== ==== 056 B0 D84E BC RT27 2 14 D800 2100 0316 0000 0000 0000 0000 CCCD 0000 057 A0 DC50 RT27 2 BC 16 D800 2120 0000 4080 3000 0000 3000 0000 0000 How can get just the data from DT00 thru DT07 into an array, without doing lots of preprocessing to scrub out the repeating #Time headers that appear throughout the file?
@hjiraoussama77611 ай бұрын
Thank you sir
@GrafBazooka11 ай бұрын
you said seaborn but it doesn't work on seaborn (displot)
@vallepuvamsi449 Жыл бұрын
I written a long complex code for this lol p=df.groupby(['dept', 'sex'])['sex'].count() x=df.groupby('dept')['sex'].count() r = 100*p/x return pd.DataFrame(r).rename(columns={'sex':'percent'})['percent'].round(1).reset_index().pivot(index='dept', columns=['sex'], values='percent')
@ilianos Жыл бұрын
You said: "it's trial and error, until you get it right" I think that's why "camelot" is better. You can get visual output (with matplotlib) so you don't need to guess iteratively.
@aarishqureshi5328 Жыл бұрын
AttributeError: module 'tabula' has no attribute 'read_pdf' everytime it is showing this error
@AndreFelipeAraujo-TE Жыл бұрын
Hi, cood be the lack of "()" on it - read_pdf() -?
@AgustinAcosta-b1b Жыл бұрын
i had the same error in google colab, the solution was: "from tabula.io import read_pdf df = read_pdf('aaa.pdf', pages='all')"
@AndreFelipeAraujo-TE Жыл бұрын
Coming back, my team faced the same problem. In our case, someone had installed a "tabula" library instead of "tabula-py", uninstalling the wrong one and installing the correct one solved the problem.
@higiniofuentes25518 ай бұрын
Thank you for this very useful video!
@vcello6450 Жыл бұрын
Awesome content - subscribed!
@AlyssaRenteria-hn7eu Жыл бұрын
Can you use this method of wrapping the labels for heatmaps?
@mataridev Жыл бұрын
I just wanted to say thank you sir. i know this video is a couple years old but I still pull it up to watch whenever I need to add miniconda to a compy 👍
@donlacaya43232 жыл бұрын
Very cool tricks! Who would have thought that using Pandas and Python can this be fun! :By the way, do you give discount to "Master Data Analysis with Python"? :)
@donlacaya43232 жыл бұрын
I just discovered your channel! I'm ecstatic! :)
@Eighty_80_WAW2 жыл бұрын
There is no "Live-Tutorials" under the Assignment tab.
@DunderData2 жыл бұрын
Please subscribe if you like these kind of advanced pandas tutorials!
@Shinykip2 жыл бұрын
Never seen .sum() used in that fashion. Slick. Learn something new every day.
@kakanmusa2 жыл бұрын
Very good delivery. well done.
@PradeepKumar62 жыл бұрын
Beautiful!!! Thanks for sharing this info!!!
@DunderData2 жыл бұрын
Sure thing! Glad you found it useful.
@techviking232 жыл бұрын
Cool!
@DunderData2 жыл бұрын
Thanks!
@freshasian2 жыл бұрын
i didnt got the deploy option in files menu , im using simple jyupter notebook why?
@DunderData2 жыл бұрын
Hi Kunal, can you post your issue on github? github.com/dexplo/jupyter_to_medium
@ifoopedu2 жыл бұрын
This is such an underrated video. Ty.
@DunderData2 жыл бұрын
Thanks!
@ErikaFlan2 жыл бұрын
Thank-you!!!
@kolokoka62212 жыл бұрын
Thx
@gustavojuantorena2 жыл бұрын
Great!
@derrick13402 жыл бұрын
😳 promosm
@kiriobavince74262 жыл бұрын
Great !
@joshhiggins55092 жыл бұрын
Would have been helpful to put the code on git...great video nonetheless!
@DunderData2 жыл бұрын
Thank you. Here are several of my tutorials - github.com/DunderData/Tutorials including this one
@janm37292 жыл бұрын
Really impressive skills. I learned a lot.
@DunderData2 жыл бұрын
Thank you!
@natabusa2 жыл бұрын
2a: maybe cleaner with .loc instead of np.where
@jti1073 жыл бұрын
nice video! Didn’t know that you could assign functions to a variable.
@DunderData3 жыл бұрын
Yea, lots of interesting things. Functions have attributes and methods just like every other object
@namtruongngoc24933 жыл бұрын
CovidImages need to be invested more than half19
@thanhnguyeb58943 жыл бұрын
Character In the video It's great, I like it a lot $$
@gustavojuantorena3 жыл бұрын
Great!
@realbeaux3 жыл бұрын
I came with four ways: 1. extend method of a list 2. from itertools use chain 3. nested list comprehension 4. sum builtin method.
@DunderData3 жыл бұрын
Nice! Yea, there are a ton of ways to do this one.
@umaryusuf25253 жыл бұрын
Nice series. How do you make the cells horizontally aligned at kzbin.info/www/bejne/h2ispaWuebxkr6M ?
@DunderData3 жыл бұрын
I wrote an article on it here - medium.com/dunder-data/displaying-pandas-dataframes-horizontally-in-jupyter-notebooks-32bf5545a1d6
@umaryusuf25253 жыл бұрын
@@DunderData Thanks
@mlsprtc80803 жыл бұрын
In 01. What is Pandas ju have bug in calling DB: right syntax is engine = create_engine('sqlite:///../../data/databases/neurIPS.db'), use only two "../"
@DunderData3 жыл бұрын
The Intro to Pandas course is not quite complete on python.dunderdata.com. A complete version will be released soon. You can get your own local copy of the course by signing up at dunderdata.com
@danishsarwar62013 жыл бұрын
This setup takes more than 500 MBs disk space.
@jives.3 жыл бұрын
thanks for this!
@konradpyrz85593 жыл бұрын
very nice way of presenting it ;-)
@debojitmandal86703 жыл бұрын
But I want missing values in each column. Meaning missing value in each column / total value in each column. Totla value in each column = missing value + non Missing value.
@amitkhandelwal80303 жыл бұрын
I am getting this error please resolve..................................................................... Failed to post to Medium Returned error message below "FileNotFoundError: [Errno 2] No such file or directory: 'Desktop\\\\DLCVNLP\\\\Tensorflow_2.x.ipynb' Traceback (most recent call last): File \"C:\\Users\\admin\\anaconda3\\lib\\site-packages\ bformat\\__init__.py\", line 138, in read buf = fp.read() AttributeError: 'WindowsPath' object has no attribute 'read'