diff --git a/example/example_multidimensional.ipynb b/example/example_multidimensional.ipynb index e2a8935..b4b0177 100644 --- a/example/example_multidimensional.ipynb +++ b/example/example_multidimensional.ipynb @@ -693,28 +693,28 @@ " id (plants, quantity, price level) int64 64B 1003 1001 ... 1006\n", " location (plants, quantity, price level) <U2 64B 'es' 'fr' ... 'ch' 'fr'\n", " price (plants, quantity, price level) float64 64B 2.0 1.0 ... 15.0\n", - " supplier (plants, quantity, price level) <U4 128B 'sup1' ... 'sup2'
PandasIndex(Index(['fruit', 'vegetable'], dtype='object', name='plants'))
PandasIndex(Index(['high', 'low'], dtype='object', name='price level'))
PandasIndex(Index(['1 kg', '10 kg'], dtype='object', name='quantity'))
Values:
["fruit", "vegetable"]
Values:
["fr", "ve"]
Values:
["high", "low"]
Values:
["orange", "apple", "carrot", "peppers"]
Values:
["1 kg", "10 kg"]
Values:
'ok'
Values:
["fruit 1", "fruit 1", ..., "veget", "veget"]
Values:
array([[[1003, 1001],\n", + "scipp.Dataset (7.03 KB)
- plants: 2
- quantity: 2
- price level: 2
plants(plants)string𝟙fruit, vegetableValues:
["fruit", "vegetable"] plts(plants)string𝟙fr, veValues:
["fr", "ve"] price level(price level)string𝟙high, lowValues:
["high", "low"] product(plants, price level)string𝟙orange, apple, carrot, peppersValues:
["orange", "apple", "carrot", "peppers"] quantity(quantity)string𝟙1 kg, 10 kgValues:
["1 kg", "10 kg"] valid()string𝟙okValues:
'ok'
group(plants, quantity, price level)string𝟙fruit 1, fruit 1, ..., veget, vegetValues:
["fruit 1", "fruit 1", ..., "veget", "veget"] id(plants, quantity, price level)int64𝟙1003, 1001, ..., 1008, 1006Values:
array([[[1003, 1001],\n", " [1004, 1002]],\n", "\n", " [[1007, 1005],\n", - " [1008, 1006]]], dtype=int64) location(plants, quantity, price level)string𝟙es, fr, ..., ch, frValues:
["es", "fr", ..., "ch", "fr"] price(plants, quantity, price level)float64𝟙2.0, 1.0, ..., 20.0, 15.0Values:
array([[[ 2. , 1. ],\n", + " [1008, 1006]]], dtype=int64) location(plants, quantity, price level)string𝟙es, fr, ..., ch, frValues:
["es", "fr", ..., "ch", "fr"] price(plants, quantity, price level)float64𝟙2.0, 1.0, ..., 20.0, 15.0Values:
array([[[ 2. , 1. ],\n", " [20. , 10. ]],\n", "\n", " [[ 1.5, 1.5],\n", - " [20. , 15. ]]]) supplier(plants, quantity, price level)string𝟙sup1, sup1, ..., sup1, sup2Values:
["sup1", "sup1", ..., "sup1", "sup2"]
Values:
["sup1", "sup1", ..., "sup1", "sup2"]
PandasIndex(Index(['apple', 'carrot', 'orange', 'peppers'], dtype='object', name='product'))
PandasIndex(Index(['1 kg', '10 kg'], dtype='object', name='quantity'))
Values:
["fruit", "vegetable", "fruit", "vegetable"]
Values:
["fr", "ve", "fr", "ve"]
Values:
["low", "high", "high", "low"]
Values:
["apple", "carrot", "orange", "peppers"]
Values:
["1 kg", "10 kg"]
Values:
'ok'
Values:
["fruit 1", "fruit 10", ..., "veget", "veget"]
Values:
array([[1001, 1002],\n", + "scipp.Dataset (7.24 KB)
- product: 4
- quantity: 2
plants(product)string𝟙fruit, vegetable, fruit, vegetableValues:
["fruit", "vegetable", "fruit", "vegetable"] plts(product)string𝟙fr, ve, fr, veValues:
["fr", "ve", "fr", "ve"] price level(product)string𝟙low, high, high, lowValues:
["low", "high", "high", "low"] product(product)string𝟙apple, carrot, orange, peppersValues:
["apple", "carrot", "orange", "peppers"] quantity(quantity)string𝟙1 kg, 10 kgValues:
["1 kg", "10 kg"] valid()string𝟙okValues:
'ok'
group(product, quantity)string𝟙fruit 1, fruit 10, ..., veget, vegetValues:
["fruit 1", "fruit 10", ..., "veget", "veget"] id(product, quantity)int64𝟙1001, 1002, ..., 1005, 1006Values:
array([[1001, 1002],\n", " [1007, 1008],\n", " [1003, 1004],\n", - " [1005, 1006]], dtype=int64) location(product, quantity)string𝟙fr, gb, ..., gb, frValues:
["fr", "gb", ..., "gb", "fr"] price(product, quantity)float64𝟙1.0, 10.0, ..., 1.5, 15.0Values:
array([[ 1. , 10. ],\n", + " [1005, 1006]], dtype=int64) location(product, quantity)string𝟙fr, gb, ..., gb, frValues:
["fr", "gb", ..., "gb", "fr"] price(product, quantity)float64𝟙1.0, 10.0, ..., 1.5, 15.0Values:
array([[ 1. , 10. ],\n", " [ 1.5, 20. ],\n", " [ 2. , 20. ],\n", - " [ 1.5, 15. ]]) supplier(product, quantity)string𝟙sup1, sup1, ..., sup2, sup2Values:
["sup1", "sup1", ..., "sup2", "sup2"]
Values:
["sup1", "sup1", ..., "sup2", "sup2"]