mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
11fec7d4d1
### Summary Adds an `UnstructuredCSVLoader` for loading CSVs. One advantage of using `UnstructuredCSVLoader` relative to the standard `CSVLoader` is that if you use `UnstructuredCSVLoader` in `"elements"` mode, an HTML representation of the table will be available in the metadata. #### Who can review? @hwchase17 @eyurtsev
5 lines
89 B
CSV
5 lines
89 B
CSV
Stanley Cups,,
|
|
Team,Location,Stanley Cups
|
|
Blues,STL,1
|
|
Flyers,PHI,2
|
|
Maple Leafs,TOR,13 |