DEV Community

wrighter profile picture

wrighter

Interested in Python, Data Science, and Finance. I am always looking for new tools and techniques to use in these areas.

Location Chicago Joined Joined on  Personal website https://wrighters.io github website

Education

Northwestern, DePaul

Parameterizing and automating Jupyter notebooks with papermill

Parameterizing and automating Jupyter notebooks with papermill

3
Comments
8 min read
Indexing time series data in pandas

Indexing time series data in pandas

7
Comments
11 min read
Building Jupyter notebook workflows with scrapbook

Building Jupyter notebook workflows with scrapbook

1
Comments
8 min read
How to iterate over pandas DataFrame rows (and should you?)

How to iterate over pandas DataFrame rows (and should you?)

2
Comments
15 min read
4 ways to run Jupyter notebooks

4 ways to run Jupyter notebooks

10
Comments 1
6 min read
How to use ipywidgets to make your Jupyter notebook interactive

How to use ipywidgets to make your Jupyter notebook interactive

4
Comments
9 min read
Profiling Python code with memory_profiler

Profiling Python code with memory_profiler

5
Comments
9 min read
How to view all your variables in a Jupyter notebook

How to view all your variables in a Jupyter notebook

5
Comments
6 min read
Using autoreload to speed up IPython and Jupyter work

Using autoreload to speed up IPython and Jupyter work

Comments
6 min read
Unit testing Python code in Jupyter notebooks

Unit testing Python code in Jupyter notebooks

7
Comments
7 min read
Profiling Python code with py-spy

Profiling Python code with py-spy

6
Comments
9 min read
How to remove a column from a DataFrame, with some extra detail

How to remove a column from a DataFrame, with some extra detail

5
Comments
6 min read
Profiling Python code with line_profiler

Profiling Python code with line_profiler

5
Comments
8 min read
Profiling Python with cProfile, and a speedup tip

Profiling Python with cProfile, and a speedup tip

Comments
10 min read
Views, Copies, and that annoying SettingWithCopyWarning

Views, Copies, and that annoying SettingWithCopyWarning

5
Comments
8 min read
Selection in pandas using query

Selection in pandas using query

Comments
9 min read
Selecting in Pandas using where and mask

Selecting in Pandas using where and mask

Comments
7 min read
Indexing and Selecting in Pandas by Callable

Indexing and Selecting in Pandas by Callable

Comments
5 min read
Boolean Indexing in Pandas

Boolean Indexing in Pandas

7
Comments
9 min read
Indexing and Selecting in pandas – slicing

Indexing and Selecting in pandas – slicing

6
Comments
12 min read
Indexing and Selecting in Pandas (part 1)

Indexing and Selecting in Pandas (part 1)

1
Comments
10 min read
Connecting to your notebook kernel using Jupyter console

Connecting to your notebook kernel using Jupyter console

1
Comments
5 min read
Overview of I/O tools in Pandas

Overview of I/O tools in Pandas

6
Comments 1
12 min read
Removing duplicate data in Pandas

Removing duplicate data in Pandas

1
Comments
5 min read
Converting types in Pandas

Converting types in Pandas

5
Comments
7 min read
Use pyenv and virtual environments to manage Python complexity

Use pyenv and virtual environments to manage Python complexity

1
Comments
7 min read
You can easily and sensibly run multiple versions of Python with pyenv

You can easily and sensibly run multiple versions of Python with pyenv

7
Comments 1
7 min read
Python: how to use multiprocessing to finish work faster

Python: how to use multiprocessing to finish work faster

4
Comments
5 min read
Basic Pandas: moving columns

Basic Pandas: moving columns

6
Comments
3 min read
Basic Pandas: Renaming a DataFrame column

Basic Pandas: Renaming a DataFrame column

4
Comments
3 min read
Basic Pandas: How to add a column to a DataFrame

Basic Pandas: How to add a column to a DataFrame

7
Comments
3 min read
How to get historical market data from Interactive Brokers using Python

How to get historical market data from Interactive Brokers using Python

10
Comments 1
6 min read
How to connect to Interactive Brokers using Python

How to connect to Interactive Brokers using Python

16
Comments
7 min read
loading...