We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea479d5 commit ccb601eCopy full SHA for ccb601e
web/pandas/community/ecosystem.md
@@ -395,7 +395,7 @@ authors to coordinate on the namespace.
395
396
pandas by itself doesn't expose any type information to the user.
397
This means that in pandas-dependent projects the type checkers like mypy won't perform like expected
398
-and will treat all pandas objects as they were of type ``Any``.
+and will treat all pandas objects as they were of type `Any`.
399
Learn more by reading through these issues [14468](https://github.com/pandas-dev/pandas/issues/14468),
400
[26766](https://github.com/pandas-dev/pandas/issues/26766), [28142](https://github.com/pandas-dev/pandas/issues/28142).
401
0 commit comments