3 Import tuberculosis.csv and assign the data to data_3. Melt the DataFrame, keeping the country and year columns fixed.
Posted: Wed Apr 27, 2022 5:03 pm
3 Import tuberculosis.csv and assign the data to data_3. Melt the DataFrame, keeping the country and year columns fixed. Print the first five lines of the melted DataFrame. Code and Output