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
However, loading the data takes a really long time! I waited for 2 hours and it didn't finish.
On Julia 1.1.1 I get the below
┌ Warning: In c:/data/perf-jld/Performance_2000Q2.txt line 2063379 has 29 fields but 31 fields are expected. Skipping row.
└ @ TextParse C:\Users\RTX2080\.julia\packages\TextParse\tFXtC\src\csv.jl:372
┌ Warning: In c:/data/perf-jld/Performance_2000Q1.txt line 2162075 has 29 fields but 31 fields are expected. Skipping row.
└ @ TextParse C:\Users\RTX2080\.julia\packages\TextParse\tFXtC\src\csv.jl:372
┌ Warning: In c:/data/perf-jld/Performance_2000Q2.txt line 2063402 has 29 fields but 31 fields are expected. Skipping row.
└ @ TextParse C:\Users\RTX2080\.julia\packages\TextParse\tFXtC\src\csv.jl:372
┌ Warning: In c:/data/perf-jld/Performance_2000Q1.txt line 2162113 has 29 fields but 31 fields are expected. Skipping row.
└ @ TextParse C:\Users\RTX2080\.julia\packages\TextParse\tFXtC\src\csv.jl:372
┌ Warning: In c:/data/perf-jld/Performance_2000Q2.txt line 2063482 has 29 fields but 31 fields are expected. Skipping row.
└ @ TextParse C:\Users\RTX2080\.julia\packages\TextParse\tFXtC\src\csv.jl:372
┌ Warning: In c:/data/perf-jld/Performance_2000Q1.txt line 2162161 has 29 fields but 31 fields are expected. Skipping row.
└ @ TextParse C:\Users\RTX2080\.julia\packages\TextParse\tFXtC\src\csv.jl:372
┌ Warning: In c:/data/perf-jld/Performance_2000Q2.txt line 2063515 has 29 fields but 31 fields are expected. Skipping row.
└ @ TextParse C:\Users\RTX2080\.julia\packages\TextParse\tFXtC\src\csv.jl:372
┌ Warning: In c:/data/perf-jld/Performance_2000Q1.txt line 2162202 has 29 fields but 31 fields are expected. Skipping row.
Update
On Julia 1.2 I get the below
I have included a MWE that can actually run by downloading the Fannie data direct from https://docs.rapids.ai/datasets/mortgage-data
However, loading the data takes a really long time! I waited for 2 hours and it didn't finish.
On Julia 1.1.1 I get the below
Code
The text was updated successfully, but these errors were encountered: