Forum Discussion
rlu
6 years agoFrequent Visitor
TimeSpan overflowed because the duration is too long.
Hi - I had my R script working to transform data imported from SQL Server but wanted to delete parts of the script that created extraneous dataframes. The script loaded fine, but when I tried to sele...
- 6 years ago
Hi Maggie,
I was selecting the resulting dataframe by clicking on 'Table' in the Power Query Editor.
I fiddled my way around to a solution. I tried a lot of small tweaks, including coercing one of the difftime variables to a numeric in my R script.
It works for now -- thanks!
v-juanli-msft
Community Support
6 years agoHi rlu
How do you apply this step:
"select the resulting dataframe"
Could you give a sample of your R code to complete your requirement?
What is your final output?
Best Regards
Maggie
rlu
6 years agoFrequent Visitor
Hi Maggie,
I was selecting the resulting dataframe by clicking on 'Table' in the Power Query Editor.
I fiddled my way around to a solution. I tried a lot of small tweaks, including coercing one of the difftime variables to a numeric in my R script.
It works for now -- thanks!