@@ -29,24 +29,22 @@ With Spark 3.0, based on Scala 2.12, make sure to pick up the correct `histogram
29
29
30
30
.. code-block :: python
31
31
32
- spark = SparkSession.builder.config(" spark.jars.packages" , " io.github.histogrammar:histogrammar_2.12:1.0.11 ,io.github.histogrammar:histogrammar-sparksql_2.12:1.0.11 " ).getOrCreate()
32
+ spark = SparkSession.builder.config(" spark.jars.packages" , " io.github.histogrammar:histogrammar_2.12:1.0.20 ,io.github.histogrammar:histogrammar-sparksql_2.12:1.0.20 " ).getOrCreate()
33
33
34
34
For Spark 2.X compiled against scala 2.11, in the string above simply replace 2.12 with 2.11.
35
35
36
- `January 29, 2021 `
36
+ Examples
37
+ ========
38
+
39
+ - `Flight Delays and Cancellations Kaggle data <https://crclz.com/popmon/reports/flight_delays_report.html >`_
40
+ - `Synthetic data (code example below) <https://crclz.com/popmon/reports/test_data_report.html >`_
37
41
38
42
Documentation
39
43
=============
40
44
41
45
The entire `popmon ` documentation including tutorials can be found at `read-the-docs <https://popmon.readthedocs.io >`_.
42
46
43
47
44
- Examples
45
- ========
46
-
47
- - `Flight Delays and Cancellations Kaggle data <https://crclz.com/popmon/reports/flight_delays_report.html >`_
48
- - `Synthetic data (code example below) <https://crclz.com/popmon/reports/test_data_report.html >`_
49
-
50
48
Notebooks
51
49
=========
52
50
@@ -151,19 +149,21 @@ Resources
151
149
Presentations
152
150
-------------
153
151
154
- +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------------------+
155
- | Title | Host | Date | Speaker |
156
- +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------------------+
157
- | Popmon - population monitoring made easy | `Data Lunch @ Eneco <https://www.eneco.nl/ >`_ | October 29, 2020 | Max Baak, Simon Brugman |
158
- +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------------------+
159
- | Popmon - population monitoring made easy | `Data Science Summit 2020 <https://dssconf.pl/en/ >`_ | October 16, 2020 | Max Baak |
160
- +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------------------+
161
- | `Population Shift Monitoring Made Easy: the popmon package <https://youtu.be/PgaQpxzT_0g >`_ | `Online Data Science Meetup @ ING WBAA <https://www.meetup.com/nl-NL/Tech-Meetups-ING/events/ >`_ | July 8 2020 | Tomas Sostak |
162
- +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------------------+
163
- | `Popmon: Population Shift Monitoring Made Easy <https://www.youtube.com/watch?v=HE-3YeVYqPY >`_ | `PyData Fest Amsterdam 2020 <https://amsterdam.pydata.org/ >`_ | June 16, 2020 | Tomas Sostak |
164
- +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------------------+
165
- | Popmon: Population Shift Monitoring Made Easy | `Amundsen Community Meetup <https://github.com/amundsen-io/amundsen >`_ | June 4, 2020 | Max Baak |
166
- +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+------------------+-------------------------+
152
+ +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+-------------------+-------------------------+
153
+ | Title | Host | Date | Speaker |
154
+ +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+-------------------+-------------------------+
155
+ | Popmon - population monitoring made easy | `Big Data Technology Warsaw Summit 2021 <https://bigdatatechwarsaw.eu/ >`_ | February 25, 2021 | Simon Brugman |
156
+ +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+-------------------+-------------------------+
157
+ | Popmon - population monitoring made easy | `Data Lunch @ Eneco <https://www.eneco.nl/ >`_ | October 29, 2020 | Max Baak, Simon Brugman |
158
+ +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+-------------------+-------------------------+
159
+ | Popmon - population monitoring made easy | `Data Science Summit 2020 <https://dssconf.pl/en/ >`_ | October 16, 2020 | Max Baak |
160
+ +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+-------------------+-------------------------+
161
+ | `Population Shift Monitoring Made Easy: the popmon package <https://youtu.be/PgaQpxzT_0g >`_ | `Online Data Science Meetup @ ING WBAA <https://www.meetup.com/nl-NL/Tech-Meetups-ING/events/ >`_ | July 8 2020 | Tomas Sostak |
162
+ +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+-------------------+-------------------------+
163
+ | `Popmon: Population Shift Monitoring Made Easy <https://www.youtube.com/watch?v=HE-3YeVYqPY >`_ | `PyData Fest Amsterdam 2020 <https://amsterdam.pydata.org/ >`_ | June 16, 2020 | Tomas Sostak |
164
+ +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+-------------------+-------------------------+
165
+ | Popmon: Population Shift Monitoring Made Easy | `Amundsen Community Meetup <https://github.com/amundsen-io/amundsen >`_ | June 4, 2020 | Max Baak |
166
+ +------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------+-------------------+-------------------------+
167
167
168
168
169
169
Articles
0 commit comments