Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Unable to join two csv files using %csv magic #46

Open
praveen-kanamarlapudi opened this issue Aug 30, 2018 · 0 comments
Open

Unable to join two csv files using %csv magic #46

praveen-kanamarlapudi opened this issue Aug 30, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@praveen-kanamarlapudi
Copy link
Contributor

Describe the bug
If I have two csv files and trying to join both, it's not working.

To Reproduce

  1. Let's say we have a cust.csv file with cust_id, cust_name
  2. Another CSV file named geo.csv file with cust_id, city, zipcode

Run a sql like below
%csv select cust_name, city from cust.csv as a join geo.csv as b on a.cust_id = b.cust_id

Expected behavior
The sql should join both the table and give cust_id and city info in a table.

Screenshots

Potential fix

@praveen-kanamarlapudi praveen-kanamarlapudi added the bug Something isn't working label Aug 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant