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

Published in Geek Culture

·3 days ago

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. In order to…

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

Published in Towards Data Science

·Apr 29

From Jupyter Notebooks to Real-life: MLOps

Why is it a must-have? — My first data science project was a machine learning model that predicts used car prices. The main steps of the project were: Scraping used-car ads on a website Cleaning and preprocessing the scraped data Exploratory data analysis Model creation Model evaluation The end result was quite satisfactory with an R-squared…

Data Science

4 min read

From Jupyter Notebooks to Real-life: MLOps
From Jupyter Notebooks to Real-life: MLOps

Apr 25

1 Line of Seaborn is What Need for Data Visualization

Simplicity takes you to efficiency. Data visualization is basically a graphical representation of data. It is frequently used in different parts of data science workflows. In exploratory data analysis, we use data visualizations to understand the relationships between variables. …

Data Science

5 min read

1 Line of Seaborn is What Need for Data Visualization
1 Line of Seaborn is What Need for Data Visualization

Published in Towards Data Science

·Apr 19

4 Tips for Using Python Pandas More Efficiently

A simple yet practical guide — Pandas is an extremely practical and functional library for data analysis and manipulation tasks. I have been using Pandas since 2019 and it has always been able to provide a solution for my tasks. What I realized after using Pandas for about 3 years is that I wasn’t using it…

Data Science

5 min read

4 Tips for Using Python Pandas More Efficiently
4 Tips for Using Python Pandas More Efficiently

Published in Towards Data Science

·Apr 13

I’m a Self-Taught Data Scientist. Here Are My 3 Suggestions for Newcomers

Make your learning journey more efficient. — My data science journey started in 2019. Those who follow me on Medium would know that I like sharing my experience of learning data science. I write about the mistakes I made, the challenges I faced, the tools I frequently use, and so on. In this article, I would like…

Data Science

5 min read

I’m a Self-Taught Data Scientist. Here Are My 3 Suggestions for Newcomers
I’m a Self-Taught Data Scientist. Here Are My 3 Suggestions for Newcomers

Published in Towards Data Science

·Apr 7

If You Work With Textual Data, Learn These Pandas Methods

Textual data carries more information than numbers — As much as I like working with numbers, textual data keeps in existence in my workflow. I haven’t measured or analyzed it but I feel like the amount of textual data I had exceeds that of numeric data. The most significant difference between textual data and numeric data is the…

Data Science

6 min read

If You Work With Textual Data, Learn These Pandas Methods
If You Work With Textual Data, Learn These Pandas Methods
Soner Yıldırım

Soner Yıldırım

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

Following
  • Tim Denning

    Tim Denning

  • Tony Yiu

    Tony Yiu

  • Ayodeji Awosika

    Ayodeji Awosika

  • Cassie Kozyrkov

    Cassie Kozyrkov

  • Medium Creators

    Medium Creators

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable