Open in app
Home
Notifications
Lists
Stories

Write
Soner Yıldırım
Soner Yıldırım

Home

About

Published in Towards Data Science

·Pinned

Are You Too Late to Start Your Data Science Journey?

I thought I was. — It has been almost three years since I took my first step into data science. When I first started, I thought I was too late. There were a lot of tools and concepts to learn, a ton of papers to read, countless certificates, and so on. What concerned me the…

Python

5 min read

Are You Too Late to Start Your Data Science Journey?
Are You Too Late to Start Your Data Science Journey?

Published in Towards Data Science

·Pinned

4 Python Pandas Functions That Serve Better With Dictionaries

Make more use of Pandas. — Pandas is arguably the most popular data analysis and manipulation library in the data science ecosystem. First and foremost, it is easy to learn and offers an intuitive syntax. With that being said, we will focus on a different great feature of Pandas: Flexibility. The capabilities of Pandas functions can…

Python

4 min read

4 Python Pandas Functions That Serve Better With Dictionaries
4 Python Pandas Functions That Serve Better With Dictionaries

4 days ago

Upgini: A Game Changer Python Library for Feature Enrichment in Machine Learning

Uplift the accuracy of your machine learning models in a few simple steps. Data is the fuel of all machine learning models. The more data we have, the more accurate and robust models we can create. Even if we managed to build a state-of-the-art machine learning algorithm, the models will…

Data Science

6 min read

Upgini: A Game Changer Python Library for Feature Enrichment in Machine Learning
Upgini: A Game Changer Python Library for Feature Enrichment in Machine Learning

Published in Towards Data Science

·Jul 18

4 Must-Know Methods for Python Set Comparison

A practical guide — Set is one of the 4 built-in data structures in Python. The other ones are dictionary, list, and tuple. According to the official documentation, a set is an unordered collection of distinct hashable objects. Thus, two characteristic features of sets are: They do not contain duplicate elements The elements must…

Data Science

4 min read

4 Must-Know Methods for Python Set Comparison
4 Must-Know Methods for Python Set Comparison

Published in Towards Data Science

·Jun 28

4 FAQ About Date-Time Manipulation with Pandas

Explained with examples — Pandas library is quite efficient with time series data. In fact, it was created by Wes McKinney to work with financial data which essentially consists of time series data. When working with time series data, a substantial amount of time is spent on date and time manipulation. …

Data Science

5 min read

4 FAQ About Date-Time Manipulation with Pandas
4 FAQ About Date-Time Manipulation with Pandas

Published in Towards Data Science

·Jun 15

3 Functions to Use with Pandas Groupby That You Probably Don’t Use

Discover more about Pandas — When it comes to data analysis with Pandas, groupby is one of the most frequently used functions. It allows for grouping the data points (i.e. rows) based on the values in the given column or columns. Consider you have a car dataset and want to compare car brands based on…

Data Science

4 min read

3 Functions to Use with Pandas Groupby That You Probably Don’t Use
3 Functions to Use with Pandas Groupby That You Probably Don’t Use

Published in Towards Data Science

·Jun 9

3 Challenges for ML Models in Production

These should not be overlooked. — A big portion of machine learning (ML) models never make it into production. It is one thing to create a model in a Jupyter notebook but deploying it into production and maintaining it as a continuous service is another world. …

Data Science

4 min read

3 Challenges for ML Models in Production
3 Challenges for ML Models in Production

Published in Geek Culture

·May 25

How to Write SQL Window Functions with Python Pandas

Explained with examples. SQL window functions are great tools for data analysis. What they basically do is to perform a calculation across a group of rows that are somehow related. Consider we have a table that contains a list of employees along with their department and salary. …

Data Science

5 min read

How to Write SQL Window Functions with Python Pandas
How to Write SQL Window Functions with Python Pandas

Published in Towards Data Science

·May 19

5 Questions to Consolidate Your Knowledge of Python Lists

Picked from Stackoverflow — Python has 4 built-in data structures: List, Tuple, Set, and Dictionary. These data structures are extremely important even if you are using Python for data science. All of them are essentially a collection of data. However, there are differences among them which make each data structure unique. For instance, lists…

Python

4 min read

5 Questions to Consolidate Your Knowledge of Python Lists
5 Questions to Consolidate Your Knowledge of Python Lists

Published in Towards Data Science

·May 12

3 Not-So-Common Pandas Tricks You Should Know

Making the most out of Pandas — If you are reading this article, you must have heard of or used Pandas. Thus, I’m skipping the part where I talk about how great Pandas is. 😊 In this article, we will go over examples that demonstrate some of the not-so-commonly used Pandas features. I haven’t come across them…

Data Science

4 min read

3 Not-So-common Pandas Tricks You Should Know
3 Not-So-common Pandas Tricks You Should Know
Soner Yıldırım

Soner Yıldırım

Data Scientist at Wander | linkedin.com/in/soneryildirim/ | twitter.com/snr14

Following
  • Will Lockett

    Will Lockett

  • Ayodeji Awosika

    Ayodeji Awosika

  • Mali Müşavir Evren Özmen-CPA Evren ÖZMEN

    Mali Müşavir Evren Özmen-CPA Evren ÖZMEN

  • Bex T.

    Bex T.

  • Tony Yiu

    Tony Yiu

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable