You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closespandas-dev#14894
Fix usage of fast_multiget with index which was always throwing an
exception that was then caught; add ASV that show slight improvement
Author: Nate Yoder <[email protected]>
Closespandas-dev#14895 from nateyoder/series_dict_index and squashes the following commits:
56be091 [Nate Yoder] Update whatsnew and fix pep8 issue
5f05fdc [Nate Yoder] Fix usage of fast_multiget with index which was always throwing an exception that was then caught; add ASV that show slight improvement
closespandas-dev#14894
Fix usage of fast_multiget with index which was always throwing an
exception that was then caught; add ASV that show slight improvement
Author: Nate Yoder <[email protected]>
Closespandas-dev#14895 from nateyoder/series_dict_index and squashes the following commits:
56be091 [Nate Yoder] Update whatsnew and fix pep8 issue
5f05fdc [Nate Yoder] Fix usage of fast_multiget with index which was always throwing an exception that was then caught; add ASV that show slight improvement
(cherry picked from commit e503d40)
closespandas-dev#14894
Fix usage of fast_multiget with index which was always throwing an
exception that was then caught; add ASV that show slight improvement
Author: Nate Yoder <[email protected]>
Closespandas-dev#14895 from nateyoder/series_dict_index and squashes the following commits:
56be091 [Nate Yoder] Update whatsnew and fix pep8 issue
5f05fdc [Nate Yoder] Fix usage of fast_multiget with index which was always throwing an exception that was then caught; add ASV that show slight improvement
The current code path always results in an exception on:
pandas/pandas/core/series.py
Line 191 in 3ac41ab
which is then caught. Only a slight performance advantage is seen but hopefully the code change makes it less confusing for newcomers like me.
Code Sample, a copy-pastable example if possible
Problem description
The current code path always results in an exception on:
pandas/pandas/core/series.py
Line 191 in 3ac41ab
which is then caught. Only a slight performance advantage is seen but hopefully the code change makes it less confusing for newcomers like me.
ASV output of new benchmark
Running 2 total benchmarks (2 commits * 1 environments * 1 benchmarks)
[ 0.00%] · For pandas commit hash 5f05fdc:
[ 0.00%] ·· Building for conda-py2.7-Cython-matplotlib-numexpr-numpy-openpyxl-pytables-scipy-sqlalchemy-xlrd-xlsxwriter-xlwt.................................
[ 0.00%] ·· Benchmarking conda-py2.7-Cython-matplotlib-numexpr-numpy-openpyxl-pytables-scipy-sqlalchemy-xlrd-xlsxwriter-xlwt
[ 50.00%] ··· Running ...x.time_series_constructor_no_data_datetime_index 3.26s
[ 50.00%] · For pandas commit hash 3ba2cff:
[ 50.00%] ·· Building for conda-py2.7-Cython-matplotlib-numexpr-numpy-openpyxl-pytables-scipy-sqlalchemy-xlrd-xlsxwriter-xlwt...
[ 50.00%] ·· Benchmarking conda-py2.7-Cython-matplotlib-numexpr-numpy-openpyxl-pytables-scipy-sqlalchemy-xlrd-xlsxwriter-xlwt
[100.00%] ··· Running ...x.time_series_constructor_no_data_datetime_index 3.77s before after ratio
[3ba2cff] [5f05fdc]
The text was updated successfully, but these errors were encountered: