You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For superstore data set, try a N>1 row pivot like ["Region", "State"]. It seems missing values in the row_pivots output do not get ,` so these columns are left-shifted by one in the resulting CSV.
__ROW_PATH__,Furniture,OrderID,Furniture,RowID,Furniture,Order Date
,CA-2014-145387,10693326,1.47305E+12
Central,CA-2016-157749,2500638,1.51107E+12
Central,Illinois,CA-2016-157749,617797
Central,Indiana,CA-2017-141439,106379
Central,Iowa,CA-2015-153381,21962
Central,Kansas,CA-2016-122017,10815
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
For
superstore
data set, try a N>1 row pivot like["Region", "State"]. It seems missing values in the row_pivots output do not get
,` so these columns are left-shifted by one in the resulting CSV.The text was updated successfully, but these errors were encountered: