Skip to content
Prev Previous commit
Next Next commit
Minor fixes to __init__.py
  • Loading branch information
datapythonista committed May 22, 2023
commit 2b0e13f7bbfec1d54b062ca258091cd5c8fcaf3a
2 changes: 2 additions & 0 deletions pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
__git_version__ = v.get("full-revisionid")
del get_versions, v


# module level doc-string
__doc__ = """
pandas - a powerful data analysis and manipulation library for Python
Expand Down Expand Up @@ -292,6 +293,7 @@
"isna",
"isnull",
"json_normalize",
"load_io_plugins",
"lreshape",
"melt",
"merge",
Expand Down