Skip to content

Commit 41229bd

Browse files
committed
update links
1 parent 2134c7f commit 41229bd

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Diff for: .vscode/settings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"python.pythonPath": "C:\\Users\\mdanc\\Anaconda3\\envs\\free_python_tips\\python.exe",
3-
"jupyter.sendSelectionToInteractiveWindow": true,
2+
"python.pythonPath": "/Users/mdancho/opt/anaconda3/envs/free_python_tips/bin/python",
43
"jupyter.notebookFileRoot": "${workspaceFolder}",
4+
"jupyter.interactiveWindow.textEditor.executeSelection": true,
55
}

Diff for: 01_pandas_profiling/01_pandas_profiling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# TIP 001 | Pandas Profiling: ----
33
#
44
# 👉 For Weekly Python-Tips, Sign Up Here:
5-
# https://mailchi.mp/business-science/python_tips_newsletter
5+
# https://learn.business-science.io/python-tips-newsletter
66

77
# LIBRARIES ----
88

Diff for: 02_siuba/02_siuba.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# TIP 002 | Siuba: Dplyr for Python ----
33
#
44
# 👉 For Weekly Python-Tips, Sign Up Here:
5-
# https://mailchi.mp/business-science/python_tips_newsletter
5+
# https://learn.business-science.io/python-tips-newsletter
66

77
# LIBRARIES ----
88
import numpy as np

Diff for: 03_correlation_plots/03_correlation_plots.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# TIP 003 | Correlation Plots in Python ----
33
#
44
# 👉 For Weekly Python-Tips, Sign Up Here:
5-
# https://mailchi.mp/business-science/python_tips_newsletter
5+
# https://learn.business-science.io/python-tips-newsletter
66

77
# LIBRARIES ----
88
import numpy as np

Diff for: 04_linear_regression/04_linear_regression.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# TIP 004 | Linear Regression in Python with Scikit Learn ----
33
#
44
# 👉 For Weekly Python-Tips, Sign Up Here:
5-
# https://mailchi.mp/business-science/python_tips_newsletter
5+
# https://learn.business-science.io/python-tips-newsletter
66

77
# LIBRARIES ----
88

Diff for: 05_sweetviz/05_sweetviz_eda.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# TIP 005 | Sweetviz ----
33
#
44
# 👉 For Weekly Python-Tips, Sign Up Here:
5-
# https://mailchi.mp/business-science/python_tips_newsletter
5+
# https://learn.business-science.io/python-tips-newsletter
66

77
# LIBRARIES ----
88

Diff for: 06_read_many_csv/06_read_many_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# TIP 006 | Reading Many CSV Files ----
33
#
44
# 👉 For Weekly Python-Tips, Sign Up Here:
5-
# https://mailchi.mp/business-science/python_tips_newsletter
5+
# https://learn.business-science.io/python-tips-newsletter
66

77
# LIBRARIES ----
88

0 commit comments

Comments
 (0)