Open kirkster96 opened 3 years ago
Let me know if you have any questions between now and our next meet.
-Cameron
@Nwebb03 The changes you made so far look good. Lets talk in our meeting about what to do next.
We updated the dataframe as an array. How should we develop a loop to extend the initial variable with pandas?
I added some code to help things along with finishing out the depth-first. We will discuss in our meeting today!
Today, in our meeting we determined that Numpy isn't going to work for the Depth_First.py without re-writing the Graph_Reading.py.
The proposed solution is to try implementing our algorithm for Depth_First search using a Pandas dataframe. The first step to making this change is going to be initializing the process queue as a pandas dataframe. The dataframe requires each column of the dataframe to have a label.
See documentation: https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html