Forum Discussion
Anonymous
10 years agoNot applicable
Error: "EMPTYTAIL"
I'm trying to import data via a simple R script that appends some API call results to a local CSV. It executes perfectly in RStudio. However, I get an interesting error when I try it in Power BI: ...
rfc
10 years agoNew Member
After a few hours of debugging I found out that my Data Frames had empty rows AND empty columns.
I got rid of BOTH and it worked.
No more "EMPTYTAIL" msg.