Camuflados em Dados: Análise do Alistamento Militar Brasileiro
Contents:
SerMilProj
Camuflados em Dados: Análise do Alistamento Militar Brasileiro
Index
Index
A
|
B
|
C
|
D
|
E
|
G
|
I
|
M
|
N
|
P
|
R
|
S
|
T
|
U
|
Y
A
analysis_utils
module
B
bar_cluster() (in module plotfunctions)
bar_plot_imc() (in module utils_gabriel)
C
calculate_age() (in module utils_henrique)
clean_dataframe() (in module cleandata)
cleandata
module
concatenate_last_n_csv_files() (in module data_utils)
create_age_histogram() (in module utils_tomas)
create_correlation_matrix() (in module utils_tomas)
create_height_heatmap() (in module utils_tomas)
create_imc() (in module utils_gabriel)
D
data_utils
module
df_allyears() (in module utils_gabriel)
download_alldata() (in module downloaddata)
download_csv_local() (in module downloaddata)
downloaddata
module
E
EmptyFileError
G
get_age() (in module utils_tomas)
get_state_coordinates() (in module utils_tomas)
get_stats() (in module utils_tomas)
I
integrity_check() (in module data_utils)
M
make_http_request() (in module cleandata)
merge_height_geography_df() (in module utils_tomas)
module
analysis_utils
cleandata
data_utils
downloaddata
plotfunctions
unittest_henrique
unittests_analysis_utils
unittests_data_utils
unittests_gabriel
unittests_tomas
utils_gabriel
utils_henrique
utils_tomas
N
NonexistentColumnsError
P
percentage_formatter() (in module utils_gabriel)
percentage_value_counts() (in module utils_gabriel)
plotfunctions
module
process_data() (in module cleandata)
R
read_local_data() (in module utils_gabriel)
S
save_data_in_list() (in module utils_gabriel)
setUp() (unittests_analysis_utils.TestYearlyMeanFunction method)
(unittests_data_utils.TestDataUtils method)
(unittests_gabriel.TestDownloadCSVLocal method)
(unittests_tomas.TestAgeHistogramCreation method)
(unittests_tomas.TestCorrelationMatrixCreation method)
(unittests_tomas.TestGetAge method)
(unittests_tomas.TestGetStats method)
(unittests_tomas.TestMapHeatmapCreation method)
(unittests_tomas.TestMergeData method)
T
take_data() (in module utils_henrique)
tearDown() (unittests_data_utils.TestDataUtils method)
(unittests_gabriel.TestDownloadCSVLocal method)
(unittests_tomas.TestAgeHistogramCreation method)
(unittests_tomas.TestCorrelationMatrixCreation method)
(unittests_tomas.TestGetAge method)
(unittests_tomas.TestMapHeatmapCreation method)
(unittests_tomas.TestMergeData method)
test2_percentage_value_counts() (unittests_gabriel.TestPercentageValueCounts method)
test__height_column_existence() (unittests_tomas.TestMergeData method)
test__state_column_existence() (unittests_tomas.TestMergeData method)
test_age_values_negative() (unittests_tomas.TestAgeHistogramCreation method)
test_age_values_zeros() (unittests_tomas.TestAgeHistogramCreation method)
test_agehist_correct() (unittests_tomas.TestAgeHistogramCreation method)
test_arquivo_inexistente() (unittests_gabriel.TestReadLocalData method)
test_check_libraries() (unittests_tomas.TestCheckLibraries method)
test_clean_dataframe_columns_drop() (unittests_gabriel.TestCleanDataFrame method)
test_clean_dataframe_columns_rename() (unittests_gabriel.TestCleanDataFrame method)
test_clean_dataframe_drop_na() (unittests_gabriel.TestCleanDataFrame method)
test_clean_dataframe_numeric_columns() (unittests_gabriel.TestCleanDataFrame method)
test_column_existence() (unittests_tomas.TestAgeHistogramCreation method)
(unittests_tomas.TestCorrelationMatrixCreation method)
(unittests_tomas.TestGetAge method)
test_concat_dataframes_correct() (unittests_gabriel.TestDfAllYears method)
test_concatenate_last_n_csv_files() (unittests_data_utils.TestDataUtils method)
test_corrmatrix_correct() (unittests_tomas.TestCorrelationMatrixCreation method)
test_create_imc_correct() (unittests_gabriel.TestCreateIMC method)
test_different_column_names() (unittests_gabriel.TestDfAllYears method)
test_download_csv_local() (unittests_gabriel.TestDownloadCSVLocal method)
test_dropnull_true() (unittests_gabriel.TestProcessData method)
(unittests_gabriel.TestReadLocalData method)
test_erro_leitura() (unittests_gabriel.TestReadLocalData method)
test_failed_request() (unittests_gabriel.TestMakeHttpRequest method)
test_get_stats_data_correct() (unittests_tomas.TestGetAge method)
(unittests_tomas.TestGetStats method)
test_heatmap_correct() (unittests_tomas.TestMapHeatmapCreation method)
test_height_values_negative() (unittests_tomas.TestCorrelationMatrixCreation method)
(unittests_tomas.TestMapHeatmapCreation method)
(unittests_tomas.TestMergeData method)
test_height_values_not_numeric() (unittests_tomas.TestMergeData method)
test_height_values_zeros() (unittests_tomas.TestCorrelationMatrixCreation method)
(unittests_tomas.TestMapHeatmapCreation method)
(unittests_tomas.TestMergeData method)
test_height_zero() (unittests_gabriel.TestCreateIMC method)
test_integrity_check() (unittests_data_utils.TestDataUtils method)
test_invalid_columns() (unittests_gabriel.TestProcessData method)
test_leitura_arquivo_existente() (unittests_gabriel.TestReadLocalData method)
test_less_than_two_dfs() (unittests_gabriel.TestDfAllYears method)
test_merge_data_correct() (unittests_tomas.TestMergeData method)
test_missing_column() (unittests_tomas.TestGetStats method)
test_negative_height() (unittests_gabriel.TestCreateIMC method)
test_negative_weight() (unittests_gabriel.TestCreateIMC method)
test_no_nan_values() (unittests_analysis_utils.TestYearlyMeanFunction method)
test_non_numeric_values_height() (unittests_gabriel.TestCreateIMC method)
test_non_numeric_values_weight() (unittests_gabriel.TestCreateIMC method)
test_numeric_small_values() (unittests_tomas.TestGetAge method)
test_numeric_values_negative() (unittests_tomas.TestGetStats method)
test_numeric_values_zeros() (unittests_tomas.TestGetStats method)
test_percentage_value_counts() (unittests_gabriel.TestPercentageValueCounts method)
test_process_correct() (unittests_gabriel.TestProcessData method)
test_selected_columns() (unittests_gabriel.TestReadLocalData method)
test_state_column_existence() (unittests_tomas.TestMapHeatmapCreation method)
test_take_data_with_empty_file() (unittest_henrique.TestTakeDataFunction method)
test_take_data_with_invalid_format() (unittest_henrique.TestTakeDataFunction method)
test_take_data_with_nonexistent_columns() (unittest_henrique.TestTakeDataFunction method)
test_take_data_with_valid_data() (unittest_henrique.TestTakeDataFunction method)
test_transform_column_with_empty_data() (unittest_henrique.TestTransformColumnFunction method)
test_transform_column_with_nonexistent_column() (unittest_henrique.TestTransformColumnFunction method)
test_transform_column_with_valid_data() (unittest_henrique.TestTransformColumnFunction method)
test_weight_zero() (unittests_gabriel.TestCreateIMC method)
test_yearly_mean_calculation() (unittests_analysis_utils.TestYearlyMeanFunction method)
TestAgeHistogramCreation (class in unittests_tomas)
TestCheckLibraries (class in unittests_tomas)
TestCleanDataFrame (class in unittests_gabriel)
TestCorrelationMatrixCreation (class in unittests_tomas)
TestCreateIMC (class in unittests_gabriel)
TestDataUtils (class in unittests_data_utils)
TestDfAllYears (class in unittests_gabriel)
TestDownloadCSVLocal (class in unittests_gabriel)
TestGetAge (class in unittests_tomas)
TestGetStats (class in unittests_tomas)
TestMakeHttpRequest (class in unittests_gabriel)
TestMapHeatmapCreation (class in unittests_tomas)
TestMergeData (class in unittests_tomas)
TestPercentageValueCounts (class in unittests_gabriel)
TestProcessData (class in unittests_gabriel)
TestReadLocalData (class in unittests_gabriel)
TestTakeDataFunction (class in unittest_henrique)
TestTransformColumnFunction (class in unittest_henrique)
TestYearlyMeanFunction (class in unittests_analysis_utils)
top_ages_histogram() (in module plotfunctions)
transform_column() (in module utils_henrique)
U
unittest_henrique
module
unittests_analysis_utils
module
unittests_data_utils
module
unittests_gabriel
module
unittests_tomas
module
utils_gabriel
module
utils_henrique
module
utils_tomas
module
Y
yearly_aggregate() (in module analysis_utils)
yearly_mean() (in module analysis_utils)