data = [train_df, test_df] for dataset in data: dataset['Fare'] = dataset['Fare'].fillna(dataset['Fare'].mean()) dataset['Fare'] = dataset['Fare'].astype(int) dataset.loc[ dataset['Fare'] <= 7.91, 'Fare'] = 0 dataset.loc[(dataset['Fare'] > 7.91) & (dataset['Fare'] <...
(Tableau also has a desktop version free for personal use) You can try with Covid spread visualizations or any dataset Thaweewat R Posted 2 years ago arrow_drop_up1 more_vert @muditsharma30 Learn both (+ Looker as well) to have the best chance! This will increase the job opportunities...