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
if len(splited) == 1:
- return None
return splited[-1]
6
1
0
83%
eds_scikit/resources/reg.py
Was already missing at lines 50-78
# Looking for a match excluding version string
- candidates = [
...
- func = r.get(candidates[0])
return func
16
4
0
75%
eds_scikit/plot/omop_teva.py
Was already missing at line 108
if drop_columns:
- table = table.merge(
visit_occurrence.drop(columns=drop_columns),
40
1
0
98%
eds_scikit/period/tagging_functions.py
Was already missing at lines 60-63
# TODO: is this necessary ?
- logger.warning("No matching were found between the 2 DataFrames")-- return framework.DataFrame(
columns=["person_id", "t_start", "t_end", "concept", "value"]
for config in glob.glob(os.path.join(CONFIGS_PATH, "*.csv")):
- config_name = Path(config).stem- registry.data.register(
f"get_biology_config.{config_name}",
Was already missing at lines 89-94
"""
- registered = list(registry.data.get_all().keys())- configs = [- r.split(".")[-1] for r in registered if r.startswith("get_biology_config")- ]- return configs
35
22
0
37%
eds_scikit/biology/cleaning/cohort.py
Was already missing at line 28
if isinstance(studied_pop, DataFrame.__args__):
- filtered_measures = measurement.merge(
studied_pop,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
sort_values(...).groupby(...).first()being undeterministic in Koalas.open_stay_end_datetimeto prevent from unexpected undeterministic results.Checklist