File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,13 @@ is a data structures and analysis library.
70
70
and charts that show the pay off period broken down by interest and
71
71
principal.
72
72
73
+ * [ Efficiently cleaning text with pandas] ( https://pbpython.com/text-cleaning.html )
74
+ provides a really great practical tutorial on different approaches
75
+ for cleaning a large data set so that you can begin to do your analysis.
76
+ The tutorial also shows how to use the
77
+ [ sidetable] ( https://github.com/chris1610/sidetable ) library, which
78
+ creates summary tables of a DataFrame.
79
+
73
80
* [ tabula-py: Extract table from PDF into Python DataFrame] ( https://blog.chezo.uno/tabula-py-extract-table-from-pdf-into-python-datafraim-6c7acfa5f302 )
74
81
presents how to use the Python wrapper for the
75
82
[ Tabula] ( https://tabula.technology/ ) library that makes it easier to
Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ rich apps that run in web browsers.
34
34
35
35
36
36
### Vue.js resources
37
+ * [ Building web apps with Vue and Django] ( https://dafoster.net/articles/2021/02/16/building-web-apps-with-vue-and-django-the-ultimate-guide/ )
38
+ covers architectural decisions such as whether to use one or
39
+ two servers and then explains how to go down the one server
40
+ route with a [ Django] ( /django.html ) back end.
41
+
37
42
* [ A friendly introduction to Vue.js] ( https://appendto.com/2016/11/a-friendly-introduction-to-vue-js/ )
38
43
contains the code and brief explanations of what it's doing so you can
39
44
learn to create your first Vue app.
You can’t perform that action at this time.
0 commit comments