hasIdentifier: | https://padme-analytics.de/pht/codeFragment/7650c1e910acdc84c66bd970ad42c7874bccc86f7cca471cde63be6f2a835e49 |
hasContent: | f.write('Stations have {} instances with complete attributes \n'.format(data_df[(data_df['age'].notna()) & (data_df['note'].notna()) & (data_df['gender'].notna())].shape[0])) |