Dunder Data (@dunderdata) 's Twitter Profile
Dunder Data

@dunderdata

Expert data science and machine learning training. Start learning now for free at dunderdata.com

ID: 728915091110924288

linkhttp://dunderdata.com calendar_today07-05-2016 11:51:15

441 Tweet

629 Followers

84 Following

Teddy Petrou (@tedpetrou) 's Twitter Profile Photo

I really want to turn people into Pandas experts. To do so, I'm launching an 8-week course where you'll get a $100 for each of the 8 certification exams. Would a course like this help motivate you to learn? dunderdata.com/master-pandas-…

Dunder Data (@dunderdata) 's Twitter Profile Photo

Our most popular product, Master Data Analysis with Python, now comes with 5 certification exams and an 8-week live online course! This is an amazing deal that you won't find anywhere else. dunderdata.com/master-data-an…

Teddy Petrou (@tedpetrou) 's Twitter Profile Photo

The single best way to become an expert at Pandas and prove it is to answer questions on Stack Overflow This had, by far, the largest impact on me becoming an expert. It forced me to master the entire library and do so effectively and efficiently stackoverflow.com/users/3707607/…

Dunder Data (@dunderdata) 's Twitter Profile Photo

All our certification courses now come with permanently linked certificates certificates.dunderdata.com/certificate/50…

Dunder Data (@dunderdata) 's Twitter Profile Photo

Can you solve Python Challenge #2 swiftly and efficiently? Here's our clever solution youtube.com/watch?v=OydATf… Take all of the challenges at python.dunderdata.com

Teddy Petrou (@tedpetrou) 's Twitter Profile Photo

One of the biggest gaps for budding data scientists is the ability to complete an end-to-end project. This is one reason I wrote Build an Interactive Data Analytics Dashboard with Python that contains all of the steps of a professional data science project dunderdata.com/build-an-inter…

Kirk Borne (@kirkdborne) 's Twitter Profile Photo

Many courses aim to teach #DataScience libraries such as pandas, matplotlib, and seaborn, but Teddy Petrou’s self-paced online course “Master Data Analysis with #Python” teaches the best practices to use the libraries to help you become an expert! Start now: dunderdata.com/a/16370/bofLf2…

Many courses aim to teach #DataScience libraries such as pandas, matplotlib, and seaborn, but <a href="/TedPetrou/">Teddy Petrou</a>’s self-paced online course “Master Data Analysis with #Python” teaches the best practices to use the libraries to help you become an expert! Start now: dunderdata.com/a/16370/bofLf2…
Teddy Petrou (@tedpetrou) 's Twitter Profile Photo

I'm hosting a live 4-week Master Pandas for Data Analysis course soon. You'll prove your expertise by passing weekly certification exams. dunderdata.com/master-pandas-…

Kirk Borne (@kirkdborne) 's Twitter Profile Photo

⭐⭐BREAKING NEWS⭐⭐ New course (live, 4 weeks) by Teddy Petrou starts October 11: "Master #Pandas for Data Analysis" ⭐ Register now: dunderdata.com/a/2147520628/b… ⭐⭐ #DataScience #DataScientists #DataAnalysis #BigData #Analytics #Python #Coding #100DaysOfCoding #MachineLearning #AI

⭐⭐BREAKING NEWS⭐⭐
New course (live, 4 weeks) by <a href="/TedPetrou/">Teddy Petrou</a> starts October 11: "Master #Pandas for Data Analysis" 
⭐
Register now:
dunderdata.com/a/2147520628/b…
⭐⭐
#DataScience #DataScientists #DataAnalysis #BigData #Analytics #Python #Coding #100DaysOfCoding #MachineLearning #AI
Dunder Data (@dunderdata) 's Twitter Profile Photo

Interested in Mastering Pandas together with others in a live cohort-based course. Enroll in our 4-week Master Pandas for Data Analysis course starting next week! dunderdata.com/master-pandas-…

Dunder Data (@dunderdata) 's Twitter Profile Photo

Great thread on why Matplotlib's figure inches don't match the physical screen inches of your monitor and what to do to fix it

Dunder Data (@dunderdata) 's Twitter Profile Photo

Our 4-week live cohort Master Pandas class is running. We use a "flipped-classroom" model where students watch videos, read text, & attempt exercises BEFORE class. During class, we work through student questions in a highly interactive environment dunderdata.com/master-pandas-…

Kirk Borne (@kirkdborne) 's Twitter Profile Photo

Many courses teach #DataScience libraries such as pandas, matplotlib and seaborn, but Teddy Petrou’s self-paced online course “Master Data Analysis with #Python” teaches BEST PRACTICES in using the libraries to help you become an expert! ⭐⭐ Start here now: dunderdata.com/a/16370/bofLf2…

Teddy Petrou (@tedpetrou) 's Twitter Profile Photo

Learn how to build an interactive data analytics dashboard with Python and Plotly Dash for FREE! One day remaining! This is an end-to-end comprehensive course where you'll complete all the steps & launch your own dashboard for the world to see udemy.com/course/build-a…

Teddy Petrou (@tedpetrou) 's Twitter Profile Photo

Challenging Pandas Quiz - Can you make this line monotonically increasing with pandas? Use the link below to access a sample notebook in colab to try it for yourself! colab.research.google.com/drive/1eKKTgob…

Challenging Pandas Quiz - Can you make this line monotonically increasing with pandas?

Use the link below to access a sample notebook in colab to try it for yourself!

colab.research.google.com/drive/1eKKTgob…
Teddy Petrou (@tedpetrou) 's Twitter Profile Photo

Pandas Quiz Very specifically, what is happening with the following subset selections and why does the first one work and not the second? df[['col1', 'col2']] df['col1', 'col2'] This takes deep knowledge of python and pandas