We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scale_datasets
currently, we have this, which makes life challenging with regards to fixed column names
def scale_datasets( *, reference_dataset: rs.DataSet, dataset_to_scale: rs.DataSet, column_to_compare: str = "F", uncertainty_column: str = "SIGF", weight_using_uncertainties: bool = True, ) -> rs.DataSet:
@alisiafadini let's write down what we would want instead
The text was updated successfully, but these errors were encountered:
resolved by #27
Sorry, something went wrong.
No branches or pull requests
currently, we have this, which makes life challenging with regards to fixed column names
@alisiafadini let's write down what we would want instead
The text was updated successfully, but these errors were encountered: