Skip to content

Commit 2b170f0

Browse files
committed
Update data_cleaning tutorial with Python code and updated Pandas information
1 parent 7cb9f27 commit 2b170f0

18 files changed

+238
-1465
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Many kudos to [Dr Chuanxin Liu](https://github.com/codetrainee), my former PhD s
3131

3232
## 📚 Data cleaning
3333

34-
+ [Data cleaning using `data.table` or `tidyverse` (or Python `Pandas`)](https://github.com/erikaduan/r_tips/blob/master/tutorials/dc-data_table_vs_dplyr/dc-data_table_vs_dplyr.md) (Updated)
35-
+ [Manipulating character strings using regular expressions](https://github.com/erikaduan/r_tips/blob/master/tutorials/dc-cleaning_strings/dc-cleaning_strings.md)
34+
+ [Data cleaning using `data.table` or `tidyverse` (or Python `Pandas`)](https://github.com/erikaduan/r_tips/blob/master/tutorials/dc-data_table_vs_dplyr/dc-data_table_vs_dplyr.md) (Updated)
35+
+ [Manipulating character strings using regular expressions](https://github.com/erikaduan/r_tips/blob/master/tutorials/dc-cleaning_strings/dc-cleaning_strings.md) (Updated)
3636

3737
## 🔨 Productionisation
3838
+ [Creating SQL <> R workflows - Part 1](https://github.com/erikaduan/r_tips/blob/master/tutorials/p-sql_to_r_workflows/p-sql_to_r_workflows_part_1.md) (Updated)
File renamed without changes.

tutorials/2020-08-10_topic-modelling/2020-08-10_topic-modelling.Rmd

-281
This file was deleted.

0 commit comments

Comments
 (0)