-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: pandas read_* wildcard #15904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There's a link in our cookbook, which links to http://stackoverflow.com/questions/25210819/speeding-up-data-import-function-pandas-and-appending-to-dataframe/25210900#25210900 @wxl3322335 would you want to include the example from StackOverflow in the actual documentation, like some of the other examples? |
HI mr TomAugspurger : |
@TomAugspurger could you tell how to use wildcard in reading csv ? |
@jreback thanks for your help! |
I can take a crack at this - quick question: Is the issue that all Happy to help either way, but I wanted to make sure I'm on the right page. |
this is just doc examples. We don't directly support globs in paths. I think we might want to try to detect a glob and raise, we don't support it, so it shouldn't pass thru. |
@dwkenefick in Basically, we want include an example like that in our documentation. Ideally it would be runnable. Then in the main IO docs in |
* DOC: pandas read_* wildcard pandas-dev#15904 Added example in cookbook about reading multiple files into a dataframe.
* DOC: pandas read_* wildcard pandas-dev#15904 Added example in cookbook about reading multiple files into a dataframe.
hi every one,i want to use in pandas like this
df = pd.read_excel('*order list*.xlsx')
could panda wildcard?
thank you!
The text was updated successfully, but these errors were encountered: