Skip to content

Commit

Permalink
Merge pull request #752 from ironmussa/develop
Browse files Browse the repository at this point in the history
Fix profiler frequency info
  • Loading branch information
argenisleon authored Nov 14, 2019
2 parents 3bf0bbd + d668fcd commit 5897fc7
Show file tree
Hide file tree
Showing 31 changed files with 44,374 additions and 20,288 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = "2.2.27"
release = "2.2.28"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion examples/10_min_from_pandas_to_spark_with_optimus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4963,7 +4963,7 @@
" <tbody>\n",
" <th>Value</th>\n",
" <th>Count</th>\n",
" <th>Frecuency (%)</th>\n",
" <th>Frequency (%)</th>\n",
" \n",
" <tr>\n",
" <td>28.0</td>\n",
Expand Down
15,561 changes: 0 additions & 15,561 deletions examples/data/random.csv

This file was deleted.

4 changes: 2 additions & 2 deletions examples/profiler-test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2489,7 +2489,7 @@
" <tbody>\n",
" <th>Value</th>\n",
" <th>Count</th>\n",
" <th>Frecuency (%)</th>\n",
" <th>Frequency (%)</th>\n",
" \n",
" <tr>\n",
" <td>1564244</td>\n",
Expand Down Expand Up @@ -3277,7 +3277,7 @@
" <tbody>\n",
" <th>Value</th>\n",
" <th>Count</th>\n",
" <th>Frecuency (%)</th>\n",
" <th>Frequency (%)</th>\n",
" \n",
" <tr>\n",
" <td>1564244</td>\n",
Expand Down
6 changes: 3 additions & 3 deletions examples/profiler.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@
" <tr>\n",
" <th>Value</th>\n",
" <th>Count</th>\n",
" <th>Frecuency (%)</th>\n",
" <th>Frequency (%)</th>\n",
" </tr>\n",
" \n",
" <tr>\n",
Expand Down Expand Up @@ -2312,7 +2312,7 @@
" <tr>\n",
" <th>Value</th>\n",
" <th>Count</th>\n",
" <th>Frecuency (%)</th>\n",
" <th>Frequency (%)</th>\n",
" </tr>\n",
" \n",
" <tr>\n",
Expand Down Expand Up @@ -3445,7 +3445,7 @@
" <tr>\n",
" <th>Value</th>\n",
" <th>Count</th>\n",
" <th>Frecuency (%)</th>\n",
" <th>Frequency (%)</th>\n",
" </tr>\n",
" \n",
" <tr>\n",
Expand Down
43,920 changes: 43,774 additions & 146 deletions examples/sandbox.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 5897fc7

Please sign in to comment.