File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -102,3 +102,8 @@ is a data structures and analysis library.
102102* [ Analyzing my Spotify Music Library With Jupyter And a Bit of Pandas] ( https://vsupalov.com/analyze-spotify-music-library-with-jupyter-pandas/ )
103103 shows how to grab all of your user data from the Spotify API then
104104 analyze it using pandas in [ Jupyter Notebook] ( /jupyter-notebook.html ) .
105+
106+ * [ Scalable Python Code with Pandas UDFs] ( https://towardsdatascience.com/scalable-python-code-with-pandas-udfs-a-data-science-application-dd515a628896 )
107+ explains that pandas operations can often be parallelized for better
108+ performance using the Pandas UDFs feature in PySpark version 2.3
109+ or greater.
Original file line number Diff line number Diff line change @@ -131,3 +131,7 @@ perform the request handling. Each worker is independent of the controller.
131131 context on how to choose the number of workers for your execution
132132 environment.
133133
134+ * [ Configuring Gunicorn for containers] ( https://pythonspeed.com/articles/gunicorn-in-docker/ )
135+ explains how to avoid excessive slowness in your [ Docker] ( /docker.html )
136+ containers that run Gunicorn workers, as well as some tips on
137+ proper logging.
You can’t perform that action at this time.
0 commit comments