Tom Pollard

Results 96 comments of Tom Pollard

I agree, this would be an improvement. Yes, definitely possible! I'll try to take a look.

Sorry, no, but it is on my mind. I'm hoping to spend some time on updates in the next week or so, once I get some other things out of...

Side note, but I would like to move the logic for interacting with the PhysioNet platform into: https://github.com/MIT-LCP/physionet, so that WFDB can focus on file formats and analysis tools.

@davidkurland Not currently, as far as I'm aware, I'm sorry. We could potentially add it, so I'll keep this issue open.

@jraffa @davidkurland how about adding a new `pval_threshold` argument. If the p-value is less than or equal to the threshold, we display a `*` after the value?

I have added a draft implementation on the https://github.com/tompollard/tableone/tree/tp/pval_threshold branch, if you'd like to give it a try. Clone the repo, switch to the `pval_threshold` branch (`git switch pval_threshold`), then...

@jakob1379 I'm sorry for the loooong wait for a reply, and I'm guessing you've long passed caring about the answer! If you would like to include a row for `Adeno_vs_sq_vs_other`,...

It would be good to left align the index columns in the dataframe. See discussion on how to achieve this with styler at: https://github.com/pandas-dev/pandas/issues/39602 Currently the columns are centered when...

Row count check added in: https://github.com/MIT-LCP/oracle2postgres/commit/ee4e675ab681c4ee3a7dfb2e345ed532bd6a244d ```python oracle2postgres.check_migration(source_engine,target_engine,source_config) ```

Very cool, thanks Martin, we'll check this out! I haven't come across Skimpy before.