Example¶
CVRPTW example over Homberger dataset¶
[1]:
import cudf
from cuopt import routing
from cuopt.routing import utils
from scipy.spatial import distance
import numpy as np
import pandas as pd
import geopandas as gpd
import veroviz as vrv
Download Homberger dataset for 1000 nodes
We are using a Gehring & Homberger instance with 1,000 locations. Each location has a specific demand with delivery time windows. Vehicles have capacities. cuOpt finds efficient routes to fulfill orders from all nodes with minimal number of vehicles, reducing the cost to delivery.
Read more
More information about the dataset can be found here
GH - H. Gehring and J. Homberger, “A Parallel Two-phase Metaheuristic for Routing Problems with Time Windows” Asia-Pacific Journal of Operational Research, 18, 35-47, (2001)
[2]:
!wget https://www.sintef.no/globalassets/project/top/vrptw/homberger/1000/homberger_1000_customer_instances.zip
!mkdir homberger_1000_customer_instances
!unzip -o homberger_1000_customer_instances.zip -d homberger_1000_customer_instances/
--2023-01-22 15:20:46-- https://www.sintef.no/globalassets/project/top/vrptw/homberger/1000/homberger_1000_customer_instances.zip
Resolving www.sintef.no (www.sintef.no)... 104.18.17.189, 104.18.16.189, 2606:4700::6812:11bd, ...
Connecting to www.sintef.no (www.sintef.no)|104.18.17.189|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 835533 (816K) [application/x-zip-compressed]
Saving to: ‘homberger_1000_customer_instances.zip.3’
homberger_1000_cust 100%[===================>] 815.95K --.-KB/s in 0.05s
2023-01-22 15:20:47 (15.1 MB/s) - ‘homberger_1000_customer_instances.zip.3’ saved [835533/835533]
mkdir: cannot create directory ‘homberger_1000_customer_instances’: File exists
Archive: homberger_1000_customer_instances.zip
inflating: homberger_1000_customer_instances/RC2_10_10.TXT
inflating: homberger_1000_customer_instances/C1_10_1.TXT
inflating: homberger_1000_customer_instances/C1_10_2.TXT
inflating: homberger_1000_customer_instances/C1_10_3.TXT
inflating: homberger_1000_customer_instances/C1_10_4.TXT
inflating: homberger_1000_customer_instances/C1_10_5.TXT
inflating: homberger_1000_customer_instances/C1_10_6.TXT
inflating: homberger_1000_customer_instances/C1_10_7.TXT
inflating: homberger_1000_customer_instances/C1_10_8.TXT
inflating: homberger_1000_customer_instances/C1_10_9.TXT
inflating: homberger_1000_customer_instances/C1_10_10.TXT
inflating: homberger_1000_customer_instances/C2_10_1.TXT
inflating: homberger_1000_customer_instances/C2_10_2.TXT
inflating: homberger_1000_customer_instances/C2_10_3.TXT
inflating: homberger_1000_customer_instances/C2_10_4.TXT
inflating: homberger_1000_customer_instances/C2_10_5.TXT
inflating: homberger_1000_customer_instances/C2_10_6.TXT
inflating: homberger_1000_customer_instances/C2_10_7.TXT
inflating: homberger_1000_customer_instances/C2_10_8.TXT
inflating: homberger_1000_customer_instances/C2_10_9.TXT
inflating: homberger_1000_customer_instances/C2_10_10.TXT
inflating: homberger_1000_customer_instances/R1_10_1.TXT
inflating: homberger_1000_customer_instances/R1_10_2.TXT
inflating: homberger_1000_customer_instances/R1_10_3.TXT
inflating: homberger_1000_customer_instances/R1_10_4.TXT
inflating: homberger_1000_customer_instances/R1_10_5.TXT
inflating: homberger_1000_customer_instances/R1_10_6.TXT
inflating: homberger_1000_customer_instances/R1_10_7.TXT
inflating: homberger_1000_customer_instances/R1_10_8.TXT
inflating: homberger_1000_customer_instances/R1_10_9.TXT
inflating: homberger_1000_customer_instances/R1_10_10.TXT
inflating: homberger_1000_customer_instances/R2_10_1.TXT
inflating: homberger_1000_customer_instances/R2_10_2.TXT
inflating: homberger_1000_customer_instances/R2_10_3.TXT
inflating: homberger_1000_customer_instances/R2_10_4.TXT
inflating: homberger_1000_customer_instances/R2_10_5.TXT
inflating: homberger_1000_customer_instances/R2_10_6.TXT
inflating: homberger_1000_customer_instances/R2_10_7.TXT
inflating: homberger_1000_customer_instances/R2_10_8.TXT
inflating: homberger_1000_customer_instances/R2_10_9.TXT
inflating: homberger_1000_customer_instances/R2_10_10.TXT
inflating: homberger_1000_customer_instances/RC1_10_1.TXT
inflating: homberger_1000_customer_instances/RC1_10_2.TXT
inflating: homberger_1000_customer_instances/RC1_10_3.TXT
inflating: homberger_1000_customer_instances/RC1_10_4.TXT
inflating: homberger_1000_customer_instances/RC1_10_5.TXT
inflating: homberger_1000_customer_instances/RC1_10_6.TXT
inflating: homberger_1000_customer_instances/RC1_10_7.TXT
inflating: homberger_1000_customer_instances/RC1_10_8.TXT
inflating: homberger_1000_customer_instances/RC1_10_9.TXT
inflating: homberger_1000_customer_instances/RC1_10_10.TXT
inflating: homberger_1000_customer_instances/RC2_10_1.TXT
inflating: homberger_1000_customer_instances/RC2_10_2.TXT
inflating: homberger_1000_customer_instances/RC2_10_3.TXT
inflating: homberger_1000_customer_instances/RC2_10_4.TXT
inflating: homberger_1000_customer_instances/RC2_10_5.TXT
inflating: homberger_1000_customer_instances/RC2_10_6.TXT
inflating: homberger_1000_customer_instances/RC2_10_7.TXT
inflating: homberger_1000_customer_instances/RC2_10_8.TXT
inflating: homberger_1000_customer_instances/RC2_10_9.TXT
Functions to read and extract data from one of the instances
We have a built-in utility in cuOpt that reads and processes the instance file to return vehicle capacity, number of vehicles and a CUDA DataFrame containing the order information. This utility is specific to a Gehring & Homberger instance file.
[3]:
# Reads one of the homberger's instance definition to read dataset
# This function is specifically designed only to read homberger's instance definition
def read_data(filename):
df, vehicle_capacity, n_vehicles = utils.create_from_file(filename)
return df, vehicle_capacity, n_vehicles
# Extract the data
df, vehicle_capacity, n_vehicles = read_data('homberger_1000_customer_instances/C1_10_1.TXT')
Let us take a look at the extracted data
[4]:
print("Number of locations : ", df["demand"].shape[0]-1)
print("Number of vehicles available : ", n_vehicles)
print("Capacity of each vehicle : ", vehicle_capacity)
print("Initial Orders information")
print(df)
Number of locations : 1000
Number of vehicles available : 250
Capacity of each vehicle : 200
Initial Orders information
vertex xcord ycord demand earliest_time latest_time service_time \
0 0 250.0 250.0 0 0 1824 0
1 1 387.0 297.0 10 200 270 90
2 2 5.0 297.0 10 955 1017 90
3 3 355.0 177.0 20 194 245 90
4 4 78.0 346.0 30 355 403 90
... ... ... ... ... ... ... ...
996 996 330.0 242.0 30 627 671 90
997 997 332.0 249.0 30 82 144 90
998 998 375.0 80.0 10 550 598 90
999 999 94.0 235.0 20 227 266 90
1000 1000 287.0 144.0 20 827 895 90
pickup_index delivery_index
0 <NA> <NA>
1 <NA> <NA>
2 <NA> <NA>
3 <NA> <NA>
4 <NA> <NA>
... ... ...
996 <NA> <NA>
997 <NA> <NA>
998 <NA> <NA>
999 <NA> <NA>
1000 <NA> <NA>
[1001 rows x 9 columns]
Let’s Run cuOpt
We have all our data ready, it’s time to run cuOpt! But, before we launch cuOpt and get our optimized routes, let’s dig a little deeper into the workflow step-by-step.
Step 1: Get the cost matrix ready
To be able to find and optimize the routes for the vehicles, we first need to have information about the delivery locations and the distance between each location. This can either be provided as a cost matrix or a set of X and Y coordinates of all the locations.
This function converts the X and Y coordinates from the dataset into a Euclidean distance matrix. Skip this step if you already have a cost matrix ready or want to initialize your data model directly with X and Y coordinates (We’ll talk more on this later)
[5]:
# Build euclidean distance matrix from the x, y coordinates obtained from the dataset
# This later helps in mapping.
def build_matrix(df):
coords = list(zip(df['xcord'].to_arrow().to_pylist(), df['ycord'].to_arrow().to_pylist()))
distances = distance.cdist(coords, coords, 'euclidean')
return cudf.DataFrame(distances).astype(np.float32)
Step 2: Create the Data Model
First, we need to create and initialize the data model with the number of vehicles in the fleet and number of nodes (delivery locations) to be visited. Next, we need to provide the cost/distance information. This can be provided using add_cost_matrix.
Adding cost matrix:
add_cost_matrix takes in a square cost matrix containing the cost of travel which can be distance, time or any other metric, taken pairwise, between all locations.
Read more
Diagonal elements should be 0. NVIDIA cuOpt supports unsymmetric matrices. However, we have restricted matrix support to only symmetric matrices for this demonstration.
NVIDIA cuOpt also supports transit time matrix initialization with add_transit_time_matrix. This provides an option to add a secondary matrix, for example time matrix, that can be used to check constraints satisfiability.
Read more
For instance, the matrix can be used to model the time between locations with time windows referring to it while the solver could optimize for distance.
Adding capacity constraints:
A vehicle can have various capacity constraints like weight, volume and number of orders it can carry. To add these, we can use the add_capacity_dimension which takes in information regarding the demand value for each location and the capacity value for each vehicle in the fleet. NVIDIA cuOpt supports multiple capacity dimensions, however, we have restricted support to only single capacity dimension for this demonstration.
Adding time constraints:
Each order demand has a time slot for delivery i.e., a time constraint that denotes what is the earliest time and latest time the order needs to be delivered. It also specifies the service time i.e., the amount of time spent at each location for the delivery. These constraints can be added using set_order_time_windows which takes in the earliest time, latest time, service time for each delivery. We can additionally provide the penalties of each location allowing to model node priority.
More options
We can additionally set the vehicle priorities if desired using set_vehicle_priorities where 0 is the highest priority and INT_MAX is the lowest priority.
Read more
Higher priority vehicles will be used before lower priority vehicles. The vehicle priorities are a hint to the solver, but the main goal is to minimize the number of vehicles. The size of this array must be equal to fleet_size.
Now consider an opposite scenario where we have more number of vehicles than required for delivery. By default, NVIDIA cuOpt minimizes the number of vehicles in its solution. However, if we have more vehicles available, why not use all of them? For this purpose, we can utilize the set_min_vehicles API to request a minimum number of vehicles in the solution although the resulting solution may not be optimal.
By default NVIDIA cuOpt includes the return trip back to depot in all computed routes. In certain situations, for example if we use contactor vehicles instead of store vehicles, we don’t intend for the vehicle to return to the depot. In this case we can use the set_drop_return_trips to control if individual vehicles in the fleet return to the depot after the last stop.
NVIDIA cuOpt also provides the flexibility of optimizing the routes for you if you have previously computed routes. This can be done by adding the initial solution via add_initial_solution
We could also budget to let vehicles wait at locations up to a specified time with set_max_slack_per_vehicle. By default vehicles can wait an infinite amount of time.
[6]:
def data_model_initialization(df, nodes, n_vehicles, vehicle_priorities, vehicle_capacity):
my_data_model = routing.DataModel(nodes, n_vehicles)
# Add cost matrix information
distances = build_matrix(df)
my_data_model.add_cost_matrix(distances)
# Set vehicle priorities
if len(vehicle_priorities) > 0:
my_data_model.set_vehicle_priorities(vehicle_priorities)
capacity = cudf.Series(vehicle_capacity)
# Add capacity dimension
my_data_model.add_capacity_dimension("demand", df['demand'], capacity)
# Add delivery time windows
my_data_model.set_order_time_windows(df['earliest_time'], df['latest_time'])
my_data_model.set_order_service_times(df['service_time'])
return my_data_model
Step 3: Initialize and set up the Solver
Once we have our data model, we need to initialize our solver with the data model and solver constraints.
Adding solver constraints:
set_number_of_climbers can be used to set the number of climbers for the local search optimization. Number of climbers are number of instances trying to find solutions which start at different initial status. Hence, higher the number of climbers, higher the probability of getting better results in long run.
Read more
However, if it is desired to have good results in a short time, lower number of climbers is better. By default, the number of climbers is chosen by considering occupancy of a small GPU and experimented run-time vs number of climbers trade-off (i.e. the best result in shortest time).
Solving time varies a lot with number of locations and default value may not be appropriate in some scenarios. So use set_time_limit, set a solving time and experiment with it, after a while cost of solution will converge.
Read more
Higher the solving time, higher the accuracy. This may impact the accuracy. By default it is set to num_locations/5 by considering number of climbers vs run-time trade-off.
More options
Consider a scenario at peak times where you might have a few orders to deliver but not enough vehicles. It might turn out that a solution that meets all delivery time window requirements is not feasible. In these cases, even though an optimal solution cannot be found, it might be a better strategy to allow a little deviation from our delivery time windows instead of leaving our customers without their orders. We can use set_solution_scope to soft time windows which will expand the route search to unfeasible regions. This feature is not available in the restricted version of NVIDIA cuOpt we are using for this demonstration.
[7]:
def solver_initialization():
solver_settings = routing.SolverSettings()
# Set seconds update and climbers
solver_settings.set_time_limit(20)
solver_settings.set_number_of_climbers(2048)
return solver_settings
Step 4: Call solve and get the routes
Now that you have fed cuOpt all your data and requirements, it’s time to call for solve and let cuOpt find you your optimized routes!
Once cuOpt has found your solution, you can view the various details of the route as well as the route itself. get_cost gives you the total cost of the final solution. get_vehicle_count returns the number of vehicles used in the optimal solution. Finally, to view routes you can use get_routes to get the route, vehicle ids for each stop and the arrival stamp in a CUDA Dataframe.
[8]:
def call_solve(my_data_model, solver_settings):
routing_solution = routing.Solve(my_data_model, solver_settings)
final_cost = routing_solution.get_cost()
vehicle_count = routing_solution.get_vehicle_count()
cu_status = routing_solution.get_status()
if cu_status != 0:
print("""
--------------------------------------------------------------------------------------------------
!!!!!!!!!!!! Failed: Solution within constraints could not be found !!!!!!!!!!!!!!!!
-------------------------------------------------------------------------------------------------- """)
else:
print("Final Cost : ", final_cost)
print("Number of Vehicles : ", vehicle_count)
return routing_solution
Let’s combine these four simple steps to make a function that launches cuOpt on our initial data
[9]:
# Run cuopt on a given dataset, for number vehicles with particular capacity and vehicle_priorities.
def run_cuopt(df, n_vehicles, vehicle_capacity, vehicle_priorities=[]):
nodes = df["demand"].shape[0]
my_data_model = data_model_initialization(df, nodes, n_vehicles, vehicle_priorities, vehicle_capacity)
solver_settings = solver_initialization()
# Solve for routes and cost
routing_solution = call_solve(my_data_model, solver_settings)
return routing_solution
Looks like we are all set to see cuOpt in action! Solve on Gehring & Homeberger instance data
We have our Homeberger instance data read into a CUDA Dataframe. It specifies the number of vehicles as 250 and the capacity as 200. So, let’s try to find a solution for it with 250 vehicles each with a capacity of 200.
[10]:
veh_capacity = cudf.Series([vehicle_capacity]*n_vehicles)
solution = run_cuopt(df, n_vehicles, veh_capacity)
print("""
------------------------------------------------------------------------------------
Routes
------------------------------------------------------------------------------------
""")
#solution.display_routes()
Final Cost : 42487.19140625
Number of Vehicles : 100
------------------------------------------------------------------------------------
Routes
------------------------------------------------------------------------------------
Unfeasible solution case
Suppose we only have 70 vehicles each with capacity 200. We can observe that finding a routing solution that satisfies the time and capacity constraints is not possible.
[11]:
n_vehicles = 70
vehicle_capacity = 200
vehicle_capacity = [vehicle_capacity]*n_vehicles
solution = run_cuopt(df, n_vehicles, vehicle_capacity)
Infeasible Solve.
--------------------------------------------------------------------------------------------------
!!!!!!!!!!!! Failed: Solution within constraints could not be found !!!!!!!!!!!!!!!!
--------------------------------------------------------------------------------------------------
Mixed Fleet and Priorities

What if we have 130 more backup vehicles with a capacity of 100 available to us. However, these should only be used when we have no more store vehicles.
[12]:
store_vehicles = 70
store_vehicle_capacity = 200
backup_vehicles = 130
backup_vehicle_capacity = 100
n_vehicles = store_vehicles + backup_vehicles
vehicle_capacity = [store_vehicle_capacity]*store_vehicles + [backup_vehicle_capacity]*backup_vehicles
vehicle_priorities = cudf.Series([0 for i in range(0, 70)] + [100 for i in range(70, 200)])
# Run cuopt with mixed fleet and priorities
solution = run_cuopt(df, n_vehicles, vehicle_capacity, vehicle_priorities)
Final Cost : 53101.73046875
Number of Vehicles : 120
You can observe in the resulting routes that all 70 store vehicles are used first.
Let’s Try to Visualize Our Routes
Great! Now that we have found our optimized routes it’s time to send the vehicles on their way
Note : Veroviz is used just to visualize the routes and it’s not part of cuOpt. And we are not comparing cuOpt against veroviz as routing solution.
[13]:
# Get X and Y coordinates for nodes in 3 selected routes
routes_df = solution.get_route()
truck_ids = routes_df['truck_id'].unique()[3:6].to_arrow().to_pylist()+routes_df['truck_id'].unique()[90:93].to_arrow().to_pylist()
routes_df = routes_df[routes_df['truck_id'].isin(truck_ids)]
pdf = df.to_pandas()
routes_df = routes_df.to_pandas()
routes_df = routes_df.merge(pdf, how='left', left_on='route', right_on='vertex')
routes_df = routes_df[['vertex', 'xcord', 'ycord', 'truck_id']]
Map generic X and Y coordinates to actual Longitude and Latitude
This will help in visualization on a map. We have scaled the coordinates to select NVIDIA headquarters as our depot!
[14]:
# Function to convert generic X and Y coordinates to longitude and latitude, so it can be visualized on a map.
def map_XY_to_LongLat(routes_df):
gdf = gpd.GeoDataFrame(routes_df, geometry=gpd.points_from_xy(routes_df.xcord*30, routes_df.ycord*30))
gdf.crs = {'init': 'epsg:3310'}
gdf['xy_geometry'] = gdf['geometry']
gdf.to_crs({'init': 'epsg:4326'}, inplace=True)
gdf.rename(columns={'geometry': 'lat_long_geometry'}, inplace=True)
gdf.lat_long_geometry = gdf.lat_long_geometry.apply(lambda p: [p.y -0.71, p.x -2.05 ])
routes = []
nodes = [gdf['lat_long_geometry'].iloc[0]]
for i in truck_ids:
gdf_id = gdf[gdf['truck_id']==i]
routes.append(gdf_id['lat_long_geometry'].tolist())
nodes = nodes + gdf_id['lat_long_geometry'].tolist()[1:-1]
return nodes, routes
[15]:
nodes, routes = map_XY_to_LongLat(routes_df)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/pyproj/crs/crs.py:141: FutureWarning: '+init=<authority>:<code>' syntax is deprecated. '<authority>:<code>' is the preferred initialization method. When making the change, be mindful of axis order changes: https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6
in_crs_string = _prepare_from_proj_string(in_crs_string)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/pyproj/crs/crs.py:141: FutureWarning: '+init=<authority>:<code>' syntax is deprecated. '<authority>:<code>' is the preferred initialization method. When making the change, be mindful of axis order changes: https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6
in_crs_string = _prepare_from_proj_string(in_crs_string)
Mark nodes and find paths using veroviz
[16]:
def get_vrv_leaflet(nodes, routes):
color = ['green', 'red', 'blue', 'black', 'brown', 'purple']
# Single depot node:
nodesDF = vrv.createNodesFromLocs(
locs = [nodes[0]],
nodeType = 'depot',
leafletColor = 'red',
leafletIconType = 'home')
# 3 Customer nodes:
nodesDF = vrv.createNodesFromLocs(
initNodes = nodesDF,
locs = nodes[1:],
leafletColor = 'blue',
leafletIconType = 'star')
assignmentsDF = vrv.initDataframe('assignments')
for i,route in enumerate(routes):
for location in range(len(route)-1):
startloc = route[location]
endloc = route[location+1]
shapepointsDF = vrv.getShapepoints2D(
startLoc = startloc,
endLoc = endloc,
routeType = 'fastest',
leafletColor = color[i],
leafletWeight = 6,
leafletOpacity = 0.6,
dataProvider = 'OSRM-online',
useArrows = False,
)
assignmentsDF = pd.concat([assignmentsDF, shapepointsDF], ignore_index=True, sort=False)
return vrv.createLeaflet(nodes = nodesDF, arcs = assignmentsDF, mapBackground = 'Cartodb Positron')
leaflet_viz = get_vrv_leaflet(nodes, routes)
Warning: 'id' in `initNodes` is already larger than `startNode`. Overriding `startNode` with maximum `id` + 1.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_createEntitiesFromList.py:81: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
nodes = nodes.append({
Message: The destination point (lat: 37.38107648401007, lon: -121.94005537018869) is 20.3 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/tmp/ipykernel_1467391/4036910504.py:33: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignmentsDF = pd.concat([assignmentsDF, shapepointsDF], ignore_index=True, sort=False)
Message: The origin point (lat: 37.38107648401007, lon: -121.94005537018869) is 20.3 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.38188608410388, lon: -121.94005417681679) is 18.9 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.38188608410388, lon: -121.94005417681679) is 18.9 meters away from the road. You might find a gap between the origin point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
Message: The destination point (lat: 37.38269599570847, lon: -121.94039549200207) is 24.9 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.38269599570847, lon: -121.94039549200207) is 24.9 meters away from the road. You might find a gap between the origin point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
Message: The destination point (lat: 37.3190561387866, lon: -122.0349408278332) is 28.2 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.3190561387866, lon: -122.0349408278332) is 28.2 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.31905625902587, lon: -122.0359674786233) is 27.8 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
Message: The origin point (lat: 37.31905625902587, lon: -122.0359674786233) is 27.8 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.319865933224186, lon: -122.0366517673334) is 22.3 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.319865933224186, lon: -122.0366517673334) is 22.3 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.32040562868278, lon: -122.03630944744918) is 25.3 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.32040562868278, lon: -122.03630944744918) is 25.3 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.320135870938905, lon: -122.03733616270567) is 38.5 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.320135870938905, lon: -122.03733616270567) is 38.5 meters away from the road. You might find a gap between the origin point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
Message: The destination point (lat: 37.327421821334255, lon: -122.03357011499368) is 11.2 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.327421821334255, lon: -122.03357011499368) is 11.2 meters away from the road. You might find a gap between the origin point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
Message: The destination point (lat: 37.38625000826281, lon: -122.01917107265524) is 32.1 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.38625000826281, lon: -122.01917107265524) is 32.1 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.38463089101649, lon: -122.01951426024601) is 12.8 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.38463089101649, lon: -122.01951426024601) is 12.8 meters away from the road. You might find a gap between the origin point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The destination point (lat: 37.3846316235804, lon: -122.02259691939213) is 17.0 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.3846316235804, lon: -122.02259691939213) is 17.0 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.38490156736039, lon: -122.02293933905625) is 21.2 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.38490156736039, lon: -122.02293933905625) is 21.2 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.38355215460138, lon: -122.02259731643052) is 11.5 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.38355215460138, lon: -122.02259731643052) is 11.5 meters away from the road. You might find a gap between the origin point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The destination point (lat: 37.38355150738648, lon: -122.01985721460687) is 21.2 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
Message: The origin point (lat: 37.38355150738648, lon: -122.01985721460687) is 21.2 meters away from the road. You might find a gap between the origin point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The destination point (lat: 37.3832814686176, lon: -122.01917230080457) is 12.3 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.3832814686176, lon: -122.01917230080457) is 12.3 meters away from the road. You might find a gap between the origin point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
Message: The destination point (lat: 37.328436133527696, lon: -121.92336215898688) is 35.7 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.328436133527696, lon: -121.92336215898688) is 35.7 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.31953990696874, lon: -121.93261717464587) is 26.1 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.31953990696874, lon: -121.93261717464587) is 26.1 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.319000175604955, lon: -121.9326180233184) is 25.7 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
Message: The origin point (lat: 37.319000175604955, lon: -121.9326180233184) is 25.7 meters away from the road. You might find a gap between the origin point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
Message: The destination point (lat: 37.33301609277869, lon: -121.91616648243378) is 38.8 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.33301609277869, lon: -121.91616648243378) is 38.8 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.33247367962463, lon: -121.91377150356429) is 36.7 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.33247367962463, lon: -121.91377150356429) is 36.7 meters away from the road. You might find a gap between the origin point and the route.
Message: The destination point (lat: 37.33409209896642, lon: -121.9130839773441) is 10.9 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.33409209896642, lon: -121.9130839773441) is 10.9 meters away from the road. You might find a gap between the origin point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
Message: The destination point (lat: 37.357270052962186, lon: -121.8883891836458) is 17.1 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.357270052962186, lon: -121.8883891836458) is 17.1 meters away from the road. You might find a gap between the origin point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The destination point (lat: 37.359970539718674, lon: -121.88975295492097) is 10.8 meters away from the road. You might find a gap between destination point and the route.
Warning: `objectID` is None; the Assignments dataframe can not be visualized by Cesium.
Warning: `modelFile` is None; the Assignments dataframe can not be visualized by Cesium.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
Message: The origin point (lat: 37.359970539718674, lon: -121.88975295492097) is 10.8 meters away from the road. You might find a gap between the origin point and the route.
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_getShapepoints.py:138: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
assignments = assignments.append({
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:48: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
/home/iroy/miniconda3/envs/cuopt_new/lib/python3.9/site-packages/veroviz/_deconstructAssignments.py:59: FutureWarning: In a future version, object-dtype columns with all-bool values will not be included in reductions with bool_only=True. Explicitly cast to bool dtype instead.
tmpSubAssignment = pd.concat([tmpSubAssignment, collection.loc[i: i, :].copy()], ignore_index= True, sort=True)
Display nodes and routes on the map
[17]:
leaflet_viz
[17]: