maximus

Results 7 comments of maximus

@cosmicBboy Pardon the delay. Herewith an example. Suppose we have two datasets ` import pandas as pd df = pd.DataFrame({'person': ['John Doe', 'Rick Ashley'}, 'weight': [205.2, 150.6], 'date':[2021-01-01, 2021-02-01]) `...

> > For example, here's a snippet of how to convert pandas `datetime` to bcp format. `data` is a Timestamped `pd.Series`: > > ```python > > # See https://bornsql.ca/blog/how-sql-server-stores-data-types-datetime-date-time-and-datetime2/ >...

Here is an interesting article, also how to upload to a Azure SQL database, with some tips and tricks on the bcp command: https://www.sqlshack.com/how-to-handle-100-million-rows-with-sql-server-bcp/

Is this issue still relevant? I would like to start contributing to the project, but am actively learning Rust.

> > Is this issue still relevant? I would like to start contributing to the project, but am actively learning Rust. > > Yes it is. There's plenty of error...

@stinodego Similar approach on the rust side? Would be nice to explore that side whilst doing some of these chores.

> I want to point out another problem that I see with this effort: Many error messages of the type _"`TypeAlias` must be one of ..."_ don't get their arguments...