question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ENH: pandas read_* wildcard

See original GitHub issue

hi every one,i want to use in pandas like this df = pd.read_excel('*order list*.xlsx')

could panda wildcard? thank you!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
TomAugspurgercommented, Apr 24, 2017

@dwkenefick in doc/source/cookbook.rst there’s a link to the stackoverflow answer http://stackoverflow.com/questions/25210819/speeding-up-data-import-function-pandas-and-appending-to-dataframe/25210900#25210900

Basically, we want include an example like that in our documentation. Ideally it would be runnable.

Then in the main IO docs in io.rst you can add a little section about reading multiple files and link to the example in cookbook.rst.

1reaction
TomAugspurgercommented, Apr 5, 2017

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?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pandas reading csv files with partial wildcard - Stack Overflow
I'm trying to write a script that imports a file, then does something with the file and outputs the result into another file....
Read more >
Pandas reading csv files with partial wildcard - YouTube
Pandas : Pandas reading csv files with partial wildcard [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] Pandas ...
Read more >
Solved: Wild Card - Alteryx Community
To answer your follow up question - yes, different schemas will error when using wildcards. the field names and types need to be...
Read more >
PEP 622 – Structural Pattern Matching
The pattern operator | separates alternative patterns (not unlike regular expressions or EBNF grammars), and _ is a wildcard. (Note that the match...
Read more >
There is more to 'pandas.read_csv()' than meets the eye
The primary tool used for data import in pandas is read_csv(). This function accepts the ... The ' *'(asterisk) is a wild card...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found