Hello everyone, I created a data science discord server. You can ask questions, contribute to the discussions and get help from the text channels this server. Additionally, I'll be sharing my new videos in the server, so you can join and never miss any of the content I publish.Thanks for reading! https://discord.gg/BaVm6Rt4h8
Data creation code: data = { 'Customer': ['John', 'Jane', 'Mike', 'Emily', 'Adam', 'Sophia', 'Oliver', 'Emma', 'Daniel', 'Liam'], 'Product': ['Apple', 'Banana', 'Apple', 'Banana', 'Orange', 'Orange', 'Apple', 'Banana', 'Apple', 'Orange'], 'Quantity': [2, 3, 1, 4, 2, 1, 3, 2, 1, 4], 'Revenue': [10, 15, 5, 20, 12, 8, 18, 14, 7, 16] }
@onurdatascience