Tobias Jaeuthe
Results
2
comments of
Tobias Jaeuthe
@Datseris I've tried to convert a _Pandas Dataframe_ with **numpy datetime64[ns]** entries into _DataFrame_ from **DataFrame.jl**. First I've converted the _numpy datetime_ array to _int64_: `x = x.astype(np.int64)` This will...
@timholy I am interested on which kinds of optimizations Julia applies to the users code. Where would be the best starting point to start further investigations on that topic? From...