Tags: bashtage/pandas-stubs
Tags
Miscissues (pandas-dev#78) * add missing stubs from pylance dist * Fix multiple issues Fix issue 55 - read_xml missing Fix issue 56 - assert_frame_equal missing args Fix issue 67 - df.sample() returning incorrect result Fix issue 70 - Change iter of dataframe Also, pytest.skip() was causing issues where type checker was skipping that code, so changed tests to just use TYPE_CHECKING instead * fix issue 71 - DatetimeIndex.tzinfo
remove installation dependencies on pandas and matplotlib (pandas-dev#66 )