This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Sub-packages of pandas do not appear #1870
Open
Description
I don't know whether it's a bug or not, but please consider the following behavior:
First, I import pandas
and it all looks fine. Next, I want to type from pandas.io.json import json_normalize
and it works nicely as well. Lastly, I want to try pd.io.json.json_normalize
directly, and this is where the behavior is unfriendly. The LS doesn't find neither io
nor json
when I start typing pd.
.
So, is this a bug or an expected behavior? If it's neither, how can I workaround it?