Skip to content

Instantly share code, notes, and snippets.

@kxzk
Created August 9, 2019 21:42
Show Gist options
  • Save kxzk/340bed8fb5c1bd0cf18ccf6321b1fea1 to your computer and use it in GitHub Desktop.
Save kxzk/340bed8fb5c1bd0cf18ccf6321b1fea1 to your computer and use it in GitHub Desktop.
from pandas.api.types import is_numeric_dtype
is_numeric_dtype("hello world")
# False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment