Thibault Bétrémieux
Thibault Bétrémieux
Somehow I just remembered `requests_html` can execute JS code so after some research I managed to remove the cookie banner :tada: (I could also click on it but then I...
Hello, sorry for spamming (don't mean to bother you and it's actually not an urgent matter) but one of my colleagues just gave me an idea :thinking:. Unless I am...
I did a little bit of digging and was able to default the color to IPython (meaning the java syntax highlighting will be at least slightly false). So it seems...
Hi @chrisjdixon ! We use `alembic` for creating new columns or changing data types (this will not happen here because of the default value `adapt_dtype_of_empty_db_columns=False`). I'll see if I can...
@chrisjdixon I could not reproduce the problem with my current installation (see code I used in "My test" at the bottom of this reply). Indeed, I only got one log...
@chrisjdixon just saw your reply. I tried your code and unfortunately it issues no logging for `alembic` :neutral_face: for me. I only get the same line of log as in...
Sorry @chrisjdixon I forgot to get back to you! I was busy with work and then on holidays. I tried `venv` and was able to reproduce the problem. While the...
Hello @lefnire ! I am not extremely knowledgeable in the topic but I can tell you a few things: * pd.to_sql(method='multi') is faster than pangres.upsert. I suppose that statements with...
> ``` > logging.getLogger("usp.fetch_parse").setLevel(logging.WARNING) > logging.getLogger("usp.helpers").setLevel(logging.WARNING) > ``` Thank you for your answer but this does not seem to work 😿. # Example code ```python import logging from usp.tree import...
@padreati well spotted 👍 ! Guess we will have to wait.