Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A) Collect the RGB values for three colours . store the data for each colour in a separate DataFrame. Threre should be at least five

A) Collect the RGB values for three colours . store the data for each colour in a separate DataFrame. Threre should be at least five readings for each colour at different lighting position.

red_data =

pd.DataFrame([[255,50,20],[250,30,25],[235,60,20],[190,0,0],[200,10,20]])

green_data =

pd.DataFrame([[0,255,0],[10,255,30],[35,200,50],[40,255,70],[20,190,10]])

blue_data =

pd.DataFrame([[0,0,255],[20,50,250],[40,50,230],[10,30,200],[30,30,190]])

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Watson Watson

5th Edition

0471715360, 978-0471715368

More Books

Students also viewed these Databases questions