mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 11:07:36 +00:00
### 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 |