In [1]:
import os
import pandas as pd
from IPython.display import HTML
In [3]:
os.getcwd()
Out[3]:
In [10]:
%run display_utilities.py
In [5]:
states_2_2 = pd.read_csv('..\Rush Hour With Java\data files\game_states_2_cars_2_trucks.csv')
In [6]:
states_2_2.count()
Out[6]:
In [8]:
index = 1
In [11]:
HTML(html_table_for_df_index_component_coloring(states_2_2,index))
Out[11]:
In [12]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index+1))
Out[12]:
In [13]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index+2))
Out[13]:
In [14]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index+3))
Out[14]:
In [15]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index+4))
Out[15]:
In [16]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index+5))
Out[16]:
In [32]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index+6))
Out[32]:
In [18]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index+7))
Out[18]:
In [37]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index+31))
Out[37]:
In [38]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index+32))
Out[38]:
In [39]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index))
Out[39]:
In [41]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index+31))
Out[41]:
In [17]:
HTML(html_table_for_df_index_construction_coloring(states_2_2,index+40))
Out[17]:
In [ ]: