Bump data.

This commit is contained in:
Julien Palard 2023-05-06 08:47:37 +02:00
parent 122e49781c
commit 5bb36abd44
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

@ -176,7 +176,8 @@ def plot_pct():
by="Python version", ascending=False, axis=1, inplace=True, key=by_versions
)
pd.options.display.float_format = '{:.2%}'.format
print(to_plot.tail(24))
pd.options.display.max_rows = 999
print(to_plot)
for version in HIDE:
del to_plot[version]
del to_plot["Other"]

Binary file not shown.