Closed
Description
As stated in this review comment from jreback, we should address some refactoring issues in pandas/conftest.py
:
- create the indices fixture using
tm.all_index_generator
as suggested by jbrockmendel in this comment - all fixtures and functions should have a docstring
- add sections, i.e. "some text markers so reading the file is easy"
- remove/avoid imports from
conftest.py