Path Lines of Code core/MANIFEST.in 12 core/maxframe/__init__.py 13 core/maxframe/_utils.pxd 15 core/maxframe/_utils.pyx 408 core/maxframe/codegen.py 352 core/maxframe/config/__init__.py 1 core/maxframe/config/config.py 442 core/maxframe/config/validators.py 46 core/maxframe/conftest.py 153 core/maxframe/core/__init__.py 35 core/maxframe/core/accessor.py 23 core/maxframe/core/base.py 113 core/maxframe/core/entity/__init__.py 19 core/maxframe/core/entity/core.py 97 core/maxframe/core/entity/executable.py 240 core/maxframe/core/entity/objects.py 64 core/maxframe/core/entity/output_types.py 53 core/maxframe/core/entity/tileables.py 266 core/maxframe/core/entity/utils.py 7 core/maxframe/core/graph/__init__.py 3 core/maxframe/core/graph/builder/__init__.py 1 core/maxframe/core/graph/builder/base.py 46 core/maxframe/core/graph/builder/tileable.py 14 core/maxframe/core/graph/builder/utils.py 20 core/maxframe/core/graph/core.pyx 369 core/maxframe/core/graph/entity.py 83 core/maxframe/core/mode.py 55 core/maxframe/core/operator/__init__.py 13 core/maxframe/core/operator/base.py 292 core/maxframe/core/operator/core.py 190 core/maxframe/core/operator/fetch.py 27 core/maxframe/core/operator/objects.py 33 core/maxframe/core/operator/shuffle.py 62 core/maxframe/core/operator/utils.py 31 core/maxframe/dataframe/__init__.py 63 core/maxframe/dataframe/accessors/__init__.py 1 core/maxframe/dataframe/accessors/datetime_/__init__.py 13 core/maxframe/dataframe/accessors/datetime_/accessor.py 45 core/maxframe/dataframe/accessors/datetime_/core.py 53 core/maxframe/dataframe/accessors/dict_/__init__.py 23 core/maxframe/dataframe/accessors/dict_/accessor.py 18 core/maxframe/dataframe/accessors/dict_/contains.py 21 core/maxframe/dataframe/accessors/dict_/getitem.py 29 core/maxframe/dataframe/accessors/dict_/length.py 19 core/maxframe/dataframe/accessors/dict_/remove.py 22 core/maxframe/dataframe/accessors/dict_/setitem.py 26 core/maxframe/dataframe/accessors/list_/__init__.py 17 core/maxframe/dataframe/accessors/list_/accessor.py 18 core/maxframe/dataframe/accessors/list_/getitem.py 27 core/maxframe/dataframe/accessors/list_/length.py 19 core/maxframe/dataframe/accessors/plotting/__init__.py 19 core/maxframe/dataframe/accessors/plotting/core.py 45 core/maxframe/dataframe/accessors/string_/__init__.py 13 core/maxframe/dataframe/accessors/string_/accessor.py 38 core/maxframe/dataframe/accessors/string_/core.py 179 core/maxframe/dataframe/arithmetic/__init__.py 288 core/maxframe/dataframe/arithmetic/abs.py 13 core/maxframe/dataframe/arithmetic/add.py 25 core/maxframe/dataframe/arithmetic/arccos.py 10 core/maxframe/dataframe/arithmetic/arccosh.py 10 core/maxframe/dataframe/arithmetic/arcsin.py 10 core/maxframe/dataframe/arithmetic/arcsinh.py 10 core/maxframe/dataframe/arithmetic/arctan.py 10 core/maxframe/dataframe/arithmetic/arctanh.py 10 core/maxframe/dataframe/arithmetic/around.py 23 core/maxframe/dataframe/arithmetic/bitwise_and.py 21 core/maxframe/dataframe/arithmetic/bitwise_or.py 23 core/maxframe/dataframe/arithmetic/bitwise_xor.py 21 core/maxframe/dataframe/arithmetic/ceil.py 10 core/maxframe/dataframe/arithmetic/core.py 300 core/maxframe/dataframe/arithmetic/cos.py 10 core/maxframe/dataframe/arithmetic/cosh.py 10 core/maxframe/dataframe/arithmetic/degrees.py 10 core/maxframe/dataframe/arithmetic/docstring.py 36 core/maxframe/dataframe/arithmetic/equal.py 24 core/maxframe/dataframe/arithmetic/exp.py 10 core/maxframe/dataframe/arithmetic/exp2.py 10 core/maxframe/dataframe/arithmetic/expm1.py 10 core/maxframe/dataframe/arithmetic/floor.py 10 core/maxframe/dataframe/arithmetic/floordiv.py 29 core/maxframe/dataframe/arithmetic/greater.py 24 core/maxframe/dataframe/arithmetic/greater_equal.py 24 core/maxframe/dataframe/arithmetic/invert.py 13 core/maxframe/dataframe/arithmetic/is_ufuncs.py 33 core/maxframe/dataframe/arithmetic/less.py 22 core/maxframe/dataframe/arithmetic/less_equal.py 24 core/maxframe/dataframe/arithmetic/log.py 10 core/maxframe/dataframe/arithmetic/log10.py 10 core/maxframe/dataframe/arithmetic/log2.py 10 core/maxframe/dataframe/arithmetic/mod.py 25 core/maxframe/dataframe/arithmetic/multiply.py 25 core/maxframe/dataframe/arithmetic/negative.py 13 core/maxframe/dataframe/arithmetic/not_equal.py 24 core/maxframe/dataframe/arithmetic/power.py 33 core/maxframe/dataframe/arithmetic/radians.py 10 core/maxframe/dataframe/arithmetic/sin.py 10 core/maxframe/dataframe/arithmetic/sinh.py 10 core/maxframe/dataframe/arithmetic/sqrt.py 10 core/maxframe/dataframe/arithmetic/subtract.py 29 core/maxframe/dataframe/arithmetic/tan.py 10 core/maxframe/dataframe/arithmetic/tanh.py 10 core/maxframe/dataframe/arithmetic/truediv.py 29 core/maxframe/dataframe/arithmetic/trunc.py 10 core/maxframe/dataframe/arrays.py 658 core/maxframe/dataframe/core.py 1442 core/maxframe/dataframe/datasource/__init__.py 1 core/maxframe/dataframe/datasource/core.py 43 core/maxframe/dataframe/datasource/dataframe.py 34 core/maxframe/dataframe/datasource/date_range.py 239 core/maxframe/dataframe/datasource/from_index.py 33 core/maxframe/dataframe/datasource/from_records.py 80 core/maxframe/dataframe/datasource/from_tensor.py 360 core/maxframe/dataframe/datasource/index.py 86 core/maxframe/dataframe/datasource/read_csv.py 195 core/maxframe/dataframe/datasource/read_odps_query.py 313 core/maxframe/dataframe/datasource/read_odps_table.py 193 core/maxframe/dataframe/datasource/read_parquet.py 302 core/maxframe/dataframe/datasource/series.py 30 core/maxframe/dataframe/datastore/__init__.py 7 core/maxframe/dataframe/datastore/core.py 3 core/maxframe/dataframe/datastore/to_csv.py 116 core/maxframe/dataframe/datastore/to_odps.py 111 core/maxframe/dataframe/extensions/__init__.py 29 core/maxframe/dataframe/extensions/accessor.py 13 core/maxframe/dataframe/extensions/apply_chunk.py 291 core/maxframe/dataframe/extensions/flatjson.py 53 core/maxframe/dataframe/extensions/flatmap.py 114 core/maxframe/dataframe/extensions/reshuffle.py 45 core/maxframe/dataframe/fetch/__init__.py 1 core/maxframe/dataframe/fetch/core.py 58 core/maxframe/dataframe/groupby/__init__.py 54 core/maxframe/dataframe/groupby/aggregation.py 251 core/maxframe/dataframe/groupby/apply.py 150 core/maxframe/dataframe/groupby/core.py 143 core/maxframe/dataframe/groupby/cum.py 76 core/maxframe/dataframe/groupby/fill.py 74 core/maxframe/dataframe/groupby/getitem.py 67 core/maxframe/dataframe/groupby/head.py 44 core/maxframe/dataframe/groupby/sample.py 93 core/maxframe/dataframe/groupby/transform.py 128 core/maxframe/dataframe/indexing/__init__.py 63 core/maxframe/dataframe/indexing/add_prefix_suffix.py 29 core/maxframe/dataframe/indexing/align.py 194 core/maxframe/dataframe/indexing/at.py 15 core/maxframe/dataframe/indexing/getitem.py 159 core/maxframe/dataframe/indexing/iat.py 15 core/maxframe/dataframe/indexing/iloc.py 322 core/maxframe/dataframe/indexing/insert.py 46 core/maxframe/dataframe/indexing/loc.py 340 core/maxframe/dataframe/indexing/reindex.py 181 core/maxframe/dataframe/indexing/rename.py 152 core/maxframe/dataframe/indexing/rename_axis.py 82 core/maxframe/dataframe/indexing/reset_index.py 117 core/maxframe/dataframe/indexing/sample.py 80 core/maxframe/dataframe/indexing/set_axis.py 67 core/maxframe/dataframe/indexing/set_index.py 40 core/maxframe/dataframe/indexing/setitem.py 92 core/maxframe/dataframe/indexing/where.py 155 core/maxframe/dataframe/initializer.py 242 core/maxframe/dataframe/merge/__init__.py 20 core/maxframe/dataframe/merge/append.py 97 core/maxframe/dataframe/merge/concat.py 272 core/maxframe/dataframe/merge/merge.py 399 core/maxframe/dataframe/misc/__init__.py 98 core/maxframe/dataframe/misc/_duplicate.py 24 core/maxframe/dataframe/misc/apply.py 346 core/maxframe/dataframe/misc/astype.py 91 core/maxframe/dataframe/misc/case_when.py 72 core/maxframe/dataframe/misc/check_monotonic.py 22 core/maxframe/dataframe/misc/cut.py 176 core/maxframe/dataframe/misc/describe.py 77 core/maxframe/dataframe/misc/diff.py 28 core/maxframe/dataframe/misc/drop.py 126 core/maxframe/dataframe/misc/drop_duplicates.py 74 core/maxframe/dataframe/misc/duplicated.py 41 core/maxframe/dataframe/misc/eval.py 318 core/maxframe/dataframe/misc/explode.py 37 core/maxframe/dataframe/misc/get_dummies.py 89 core/maxframe/dataframe/misc/isin.py 77 core/maxframe/dataframe/misc/map.py 92 core/maxframe/dataframe/misc/melt.py 45 core/maxframe/dataframe/misc/memory_usage.py 45 core/maxframe/dataframe/misc/pct_change.py 14 core/maxframe/dataframe/misc/pivot_table.py 104 core/maxframe/dataframe/misc/qcut.py 31 core/maxframe/dataframe/misc/select_dtypes.py 5 core/maxframe/dataframe/misc/shift.py 120 core/maxframe/dataframe/misc/stack.py 51 core/maxframe/dataframe/misc/to_numeric.py 48 core/maxframe/dataframe/misc/transform.py 161 core/maxframe/dataframe/misc/transpose.py 24 core/maxframe/dataframe/misc/value_counts.py 69 core/maxframe/dataframe/missing/__init__.py 31 core/maxframe/dataframe/missing/checkna.py 69 core/maxframe/dataframe/missing/dropna.py 68 core/maxframe/dataframe/missing/fillna.py 113 core/maxframe/dataframe/missing/replace.py 117 core/maxframe/dataframe/operators.py 216 core/maxframe/dataframe/reduction/__init__.py 90 core/maxframe/dataframe/reduction/aggregation.py 293 core/maxframe/dataframe/reduction/all.py 53 core/maxframe/dataframe/reduction/any.py 53 core/maxframe/dataframe/reduction/core.py 683 core/maxframe/dataframe/reduction/count.py 35 core/maxframe/dataframe/reduction/cummax.py 12 core/maxframe/dataframe/reduction/cummin.py 12 core/maxframe/dataframe/reduction/cumprod.py 12 core/maxframe/dataframe/reduction/cumsum.py 12 core/maxframe/dataframe/reduction/custom_reduction.py 21 core/maxframe/dataframe/reduction/kurtosis.py 78 core/maxframe/dataframe/reduction/max.py 42 core/maxframe/dataframe/reduction/mean.py 38 core/maxframe/dataframe/reduction/median.py 35 core/maxframe/dataframe/reduction/min.py 42 core/maxframe/dataframe/reduction/nunique.py 42 core/maxframe/dataframe/reduction/prod.py 51 core/maxframe/dataframe/reduction/reduction_size.py 15 core/maxframe/dataframe/reduction/sem.py 45 core/maxframe/dataframe/reduction/skew.py 63 core/maxframe/dataframe/reduction/std.py 35 core/maxframe/dataframe/reduction/str_concat.py 24 core/maxframe/dataframe/reduction/sum.py 51 core/maxframe/dataframe/reduction/unique.py 31 core/maxframe/dataframe/reduction/var.py 48 core/maxframe/dataframe/sort/__init__.py 14 core/maxframe/dataframe/sort/core.py 20 core/maxframe/dataframe/sort/sort_index.py 90 core/maxframe/dataframe/sort/sort_values.py 109 core/maxframe/dataframe/statistics/__init__.py 14 core/maxframe/dataframe/statistics/corr.py 81 core/maxframe/dataframe/statistics/quantile.py 202 core/maxframe/dataframe/tseries/__init__.py 1 core/maxframe/dataframe/tseries/to_datetime.py 125 core/maxframe/dataframe/ufunc/__init__.py 9 core/maxframe/dataframe/ufunc/tensor.py 28 core/maxframe/dataframe/ufunc/ufunc.py 28 core/maxframe/dataframe/utils.py 929 core/maxframe/dataframe/window/__init__.py 11 core/maxframe/dataframe/window/aggregation.py 71 core/maxframe/dataframe/window/core.py 45 core/maxframe/dataframe/window/ewm.py 117 core/maxframe/dataframe/window/expanding.py 63 core/maxframe/dataframe/window/rolling.py 184 core/maxframe/env.py 14 core/maxframe/errors.py 13 core/maxframe/extension.py 43 core/maxframe/io/__init__.py 1 core/maxframe/io/objects/__init__.py 7 core/maxframe/io/objects/core.py 103 core/maxframe/io/objects/tensor.py 50 core/maxframe/io/odpsio/__init__.py 9 core/maxframe/io/odpsio/arrow.py 121 core/maxframe/io/odpsio/schema.py 357 core/maxframe/io/odpsio/tableio.py 566 core/maxframe/io/odpsio/volumeio.py 62 core/maxframe/learn/__init__.py 2 core/maxframe/learn/contrib/__init__.py 2 core/maxframe/learn/contrib/graph/__init__.py 1 core/maxframe/learn/contrib/graph/connected_components.py 64 core/maxframe/learn/contrib/llm/__init__.py 2 core/maxframe/learn/contrib/llm/core.py 47 core/maxframe/learn/contrib/llm/models/__init__.py 1 core/maxframe/learn/contrib/llm/models/dashscope.py 48 core/maxframe/learn/contrib/llm/models/managed.py 21 core/maxframe/learn/contrib/llm/multi_modal.py 24 core/maxframe/learn/contrib/llm/text.py 128 core/maxframe/learn/contrib/models.py 50 core/maxframe/learn/contrib/pytorch/__init__.py 2 core/maxframe/learn/contrib/pytorch/run_function.py 42 core/maxframe/learn/contrib/pytorch/run_script.py 50 core/maxframe/learn/contrib/utils.py 30 core/maxframe/learn/contrib/xgboost/__init__.py 14 core/maxframe/learn/contrib/xgboost/classifier.py 91 core/maxframe/learn/contrib/xgboost/core.py 235 core/maxframe/learn/contrib/xgboost/dmatrix.py 115 core/maxframe/learn/contrib/xgboost/predict.py 86 core/maxframe/learn/contrib/xgboost/regressor.py 59 core/maxframe/learn/contrib/xgboost/train.py 92 core/maxframe/learn/core.py 6 core/maxframe/learn/utils/__init__.py 1 core/maxframe/learn/utils/core.py 12 core/maxframe/lib/__init__.py 1 core/maxframe/lib/aio/__init__.py 10 core/maxframe/lib/aio/_runners.py 73 core/maxframe/lib/aio/_threads.py 9 core/maxframe/lib/aio/base.py 46 core/maxframe/lib/aio/file.py 62 core/maxframe/lib/aio/isolation.py 62 core/maxframe/lib/aio/lru.py 134 core/maxframe/lib/aio/parallelism.py 19 core/maxframe/lib/compression.py 19 core/maxframe/lib/cython/__init__.py 1 core/maxframe/lib/cython/libcpp.pxd 11 core/maxframe/lib/dtypes_extension/__init__.py 1 core/maxframe/lib/dtypes_extension/dtypes.py 30 core/maxframe/lib/filesystem/__init__.py 5 core/maxframe/lib/filesystem/_glob.py 101 core/maxframe/lib/filesystem/_oss_lib/__init__.py 1 core/maxframe/lib/filesystem/_oss_lib/common.py 148 core/maxframe/lib/filesystem/_oss_lib/glob.py 67 core/maxframe/lib/filesystem/_oss_lib/handle.py 112 core/maxframe/lib/filesystem/arrow.py 178 core/maxframe/lib/filesystem/base.py 76 core/maxframe/lib/filesystem/core.py 63 core/maxframe/lib/filesystem/fsmap.py 108 core/maxframe/lib/filesystem/hdfs.py 12 core/maxframe/lib/filesystem/local.py 80 core/maxframe/lib/filesystem/oss.py 96 core/maxframe/lib/functools_compat.py 52 core/maxframe/lib/mmh3.pyi 6 core/maxframe/lib/mmh3_src/MurmurHash3.cpp 205 core/maxframe/lib/mmh3_src/MurmurHash3.h 17 core/maxframe/lib/mmh3_src/mmh3module.cpp 308 core/maxframe/lib/sparse/__init__.py 515 core/maxframe/lib/sparse/array.py 1321 core/maxframe/lib/sparse/core.py 53 core/maxframe/lib/sparse/matrix.py 186 core/maxframe/lib/sparse/vector.py 113 core/maxframe/lib/tblib/__init__.py 241 core/maxframe/lib/tblib/cpython.py 56 core/maxframe/lib/tblib/decorators.py 27 core/maxframe/lib/tblib/pickling_support.py 62 core/maxframe/lib/version.py 333 core/maxframe/lib/wrapped_pickle.py 94 core/maxframe/mixin.py 61 core/maxframe/opcodes.py 487 core/maxframe/protocol.py 441 core/maxframe/remote/__init__.py 3 core/maxframe/remote/core.py 85 core/maxframe/remote/run_script.py 66 core/maxframe/serialization/__init__.py 13 core/maxframe/serialization/arrow.py 67 core/maxframe/serialization/core.pxd 20 core/maxframe/serialization/core.pyi 43 core/maxframe/serialization/core.pyx 744 core/maxframe/serialization/exception.py 58 core/maxframe/serialization/maxframe_objects.py 18 core/maxframe/serialization/numpy.py 71 core/maxframe/serialization/pandas.py 191 core/maxframe/serialization/scipy.py 46 core/maxframe/serialization/serializables/__init__.py 41 core/maxframe/serialization/serializables/core.py 366 core/maxframe/serialization/serializables/field.py 448 core/maxframe/serialization/serializables/field_type.py 414 core/maxframe/session.py 814 core/maxframe/tensor/__init__.py 238 core/maxframe/tensor/arithmetic/__init__.py 283 core/maxframe/tensor/arithmetic/abs.py 14 core/maxframe/tensor/arithmetic/absolute.py 14 core/maxframe/tensor/arithmetic/add.py 17 core/maxframe/tensor/arithmetic/angle.py 18 core/maxframe/tensor/arithmetic/arccos.py 13 core/maxframe/tensor/arithmetic/arccosh.py 13 core/maxframe/tensor/arithmetic/arcsin.py 13 core/maxframe/tensor/arithmetic/arcsinh.py 13 core/maxframe/tensor/arithmetic/arctan.py 13 core/maxframe/tensor/arithmetic/arctan2.py 20 core/maxframe/tensor/arithmetic/arctanh.py 13 core/maxframe/tensor/arithmetic/around.py 22 core/maxframe/tensor/arithmetic/bitand.py 17 core/maxframe/tensor/arithmetic/bitor.py 17 core/maxframe/tensor/arithmetic/bitxor.py 17 core/maxframe/tensor/arithmetic/cbrt.py 13 core/maxframe/tensor/arithmetic/ceil.py 14 core/maxframe/tensor/arithmetic/clip.py 78 core/maxframe/tensor/arithmetic/conj.py 14 core/maxframe/tensor/arithmetic/copysign.py 13 core/maxframe/tensor/arithmetic/core.py 414 core/maxframe/tensor/arithmetic/cos.py 13 core/maxframe/tensor/arithmetic/cosh.py 13 core/maxframe/tensor/arithmetic/deg2rad.py 13 core/maxframe/tensor/arithmetic/degrees.py 13 core/maxframe/tensor/arithmetic/divide.py 26 core/maxframe/tensor/arithmetic/equal.py 13 core/maxframe/tensor/arithmetic/exp.py 14 core/maxframe/tensor/arithmetic/exp2.py 13 core/maxframe/tensor/arithmetic/expm1.py 13 core/maxframe/tensor/arithmetic/fabs.py 13 core/maxframe/tensor/arithmetic/fix.py 13 core/maxframe/tensor/arithmetic/float_power.py 18 core/maxframe/tensor/arithmetic/floor.py 14 core/maxframe/tensor/arithmetic/floordiv.py 25 core/maxframe/tensor/arithmetic/fmax.py 20 core/maxframe/tensor/arithmetic/fmin.py 20 core/maxframe/tensor/arithmetic/fmod.py 13 core/maxframe/tensor/arithmetic/frexp.py 14 core/maxframe/tensor/arithmetic/greater.py 13 core/maxframe/tensor/arithmetic/greater_equal.py 13 core/maxframe/tensor/arithmetic/hypot.py 13 core/maxframe/tensor/arithmetic/i0.py 13 core/maxframe/tensor/arithmetic/imag.py 13 core/maxframe/tensor/arithmetic/invert.py 13 core/maxframe/tensor/arithmetic/isclose.py 33 core/maxframe/tensor/arithmetic/iscomplex.py 13 core/maxframe/tensor/arithmetic/isfinite.py 13 core/maxframe/tensor/arithmetic/isinf.py 13 core/maxframe/tensor/arithmetic/isnan.py 13 core/maxframe/tensor/arithmetic/isreal.py 13 core/maxframe/tensor/arithmetic/ldexp.py 27 core/maxframe/tensor/arithmetic/less.py 13 core/maxframe/tensor/arithmetic/less_equal.py 13 core/maxframe/tensor/arithmetic/log.py 13 core/maxframe/tensor/arithmetic/log10.py 13 core/maxframe/tensor/arithmetic/log1p.py 13 core/maxframe/tensor/arithmetic/log2.py 13 core/maxframe/tensor/arithmetic/logaddexp.py 13 core/maxframe/tensor/arithmetic/logaddexp2.py 13 core/maxframe/tensor/arithmetic/logical_and.py 17 core/maxframe/tensor/arithmetic/logical_not.py 13 core/maxframe/tensor/arithmetic/logical_or.py 17 core/maxframe/tensor/arithmetic/logical_xor.py 17 core/maxframe/tensor/arithmetic/lshift.py 17 core/maxframe/tensor/arithmetic/maximum.py 20 core/maxframe/tensor/arithmetic/minimum.py 20 core/maxframe/tensor/arithmetic/mod.py 18 core/maxframe/tensor/arithmetic/modf.py 15 core/maxframe/tensor/arithmetic/multiply.py 17 core/maxframe/tensor/arithmetic/nan_to_num.py 20 core/maxframe/tensor/arithmetic/negative.py 13 core/maxframe/tensor/arithmetic/nextafter.py 13 core/maxframe/tensor/arithmetic/not_equal.py 13 core/maxframe/tensor/arithmetic/positive.py 13 core/maxframe/tensor/arithmetic/power.py 23 core/maxframe/tensor/arithmetic/rad2deg.py 13 core/maxframe/tensor/arithmetic/radians.py 13 core/maxframe/tensor/arithmetic/real.py 13 core/maxframe/tensor/arithmetic/reciprocal.py 13 core/maxframe/tensor/arithmetic/rint.py 13 core/maxframe/tensor/arithmetic/rshift.py 17 core/maxframe/tensor/arithmetic/setimag.py 9 core/maxframe/tensor/arithmetic/setreal.py 9 core/maxframe/tensor/arithmetic/sign.py 14 core/maxframe/tensor/arithmetic/signbit.py 13 core/maxframe/tensor/arithmetic/sin.py 14 core/maxframe/tensor/arithmetic/sinc.py 14 core/maxframe/tensor/arithmetic/sinh.py 13 core/maxframe/tensor/arithmetic/spacing.py 13 core/maxframe/tensor/arithmetic/sqrt.py 13 core/maxframe/tensor/arithmetic/square.py 13 core/maxframe/tensor/arithmetic/subtract.py 17 core/maxframe/tensor/arithmetic/tan.py 13 core/maxframe/tensor/arithmetic/tanh.py 13 core/maxframe/tensor/arithmetic/truediv.py 27 core/maxframe/tensor/arithmetic/trunc.py 13 core/maxframe/tensor/arithmetic/utils.py 40 core/maxframe/tensor/array_utils.py 126 core/maxframe/tensor/core.py 261 core/maxframe/tensor/datasource/__init__.py 18 core/maxframe/tensor/datasource/arange.py 69 core/maxframe/tensor/datasource/array.py 156 core/maxframe/tensor/datasource/core.py 60 core/maxframe/tensor/datasource/empty.py 44 core/maxframe/tensor/datasource/from_dataframe.py 40 core/maxframe/tensor/datasource/from_dense.py 28 core/maxframe/tensor/datasource/from_sparse.py 24 core/maxframe/tensor/datasource/full.py 58 core/maxframe/tensor/datasource/ones.py 45 core/maxframe/tensor/datasource/scalar.py 15 core/maxframe/tensor/datasource/zeros.py 51 core/maxframe/tensor/fetch/__init__.py 1 core/maxframe/tensor/fetch/core.py 28 core/maxframe/tensor/indexing/__init__.py 28 core/maxframe/tensor/indexing/choose.py 44 core/maxframe/tensor/indexing/compress.py 39 core/maxframe/tensor/indexing/core.py 148 core/maxframe/tensor/indexing/extract.py 4 core/maxframe/tensor/indexing/fill_diagonal.py 46 core/maxframe/tensor/indexing/flatnonzero.py 4 core/maxframe/tensor/indexing/getitem.py 120 core/maxframe/tensor/indexing/nonzero.py 23 core/maxframe/tensor/indexing/setitem.py 100 core/maxframe/tensor/indexing/slice.py 10 core/maxframe/tensor/indexing/take.py 18 core/maxframe/tensor/indexing/unravel_index.py 39 core/maxframe/tensor/merge/__init__.py 3 core/maxframe/tensor/merge/concatenate.py 37 core/maxframe/tensor/merge/stack.py 47 core/maxframe/tensor/merge/vstack.py 6 core/maxframe/tensor/misc/__init__.py 17 core/maxframe/tensor/misc/astype.py 32 core/maxframe/tensor/misc/atleast_1d.py 13 core/maxframe/tensor/misc/atleast_2d.py 15 core/maxframe/tensor/misc/atleast_3d.py 17 core/maxframe/tensor/misc/broadcast_to.py 34 core/maxframe/tensor/misc/ravel.py 7 core/maxframe/tensor/misc/transpose.py 46 core/maxframe/tensor/misc/unique.py 85 core/maxframe/tensor/misc/where.py 34 core/maxframe/tensor/operators.py 82 core/maxframe/tensor/random/__init__.py 143 core/maxframe/tensor/random/beta.py 26 core/maxframe/tensor/random/binomial.py 26 core/maxframe/tensor/random/bytes.py 2 core/maxframe/tensor/random/chisquare.py 21 core/maxframe/tensor/random/choice.py 80 core/maxframe/tensor/random/core.py 154 core/maxframe/tensor/random/dirichlet.py 28 core/maxframe/tensor/random/exponential.py 25 core/maxframe/tensor/random/f.py 25 core/maxframe/tensor/random/gamma.py 28 core/maxframe/tensor/random/geometric.py 20 core/maxframe/tensor/random/gumbel.py 28 core/maxframe/tensor/random/hypergeometric.py 34 core/maxframe/tensor/random/laplace.py 28 core/maxframe/tensor/random/logistic.py 28 core/maxframe/tensor/random/lognormal.py 28 core/maxframe/tensor/random/logseries.py 21 core/maxframe/tensor/random/multinomial.py 31 core/maxframe/tensor/random/multivariate_normal.py 62 core/maxframe/tensor/random/negative_binomial.py 28 core/maxframe/tensor/random/noncentral_chisquare.py 28 core/maxframe/tensor/random/noncentral_f.py 30 core/maxframe/tensor/random/normal.py 28 core/maxframe/tensor/random/pareto.py 21 core/maxframe/tensor/random/permutation.py 41 core/maxframe/tensor/random/poisson.py 21 core/maxframe/tensor/random/power.py 21 core/maxframe/tensor/random/rand.py 21 core/maxframe/tensor/random/randint.py 37 core/maxframe/tensor/random/randn.py 22 core/maxframe/tensor/random/random_integers.py 20 core/maxframe/tensor/random/random_sample.py 17 core/maxframe/tensor/random/rayleigh.py 21 core/maxframe/tensor/random/shuffle.py 12 core/maxframe/tensor/random/standard_cauchy.py 18 core/maxframe/tensor/random/standard_exponential.py 19 core/maxframe/tensor/random/standard_gamma.py 25 core/maxframe/tensor/random/standard_normal.py 17 core/maxframe/tensor/random/standard_t.py 21 core/maxframe/tensor/random/triangular.py 31 core/maxframe/tensor/random/uniform.py 28 core/maxframe/tensor/random/vonmises.py 26 core/maxframe/tensor/random/wald.py 26 core/maxframe/tensor/random/weibull.py 21 core/maxframe/tensor/random/zipf.py 21 core/maxframe/tensor/rechunk/__init__.py 7 core/maxframe/tensor/rechunk/rechunk.py 21 core/maxframe/tensor/reduction/__init__.py 45 core/maxframe/tensor/reduction/all.py 15 core/maxframe/tensor/reduction/allclose.py 4 core/maxframe/tensor/reduction/any.py 15 core/maxframe/tensor/reduction/argmax.py 19 core/maxframe/tensor/reduction/argmin.py 19 core/maxframe/tensor/reduction/array_equal.py 11 core/maxframe/tensor/reduction/core.py 116 core/maxframe/tensor/reduction/count_nonzero.py 13 core/maxframe/tensor/reduction/cumprod.py 15 core/maxframe/tensor/reduction/cumsum.py 15 core/maxframe/tensor/reduction/max.py 15 core/maxframe/tensor/reduction/mean.py 13 core/maxframe/tensor/reduction/min.py 15 core/maxframe/tensor/reduction/nanargmax.py 17 core/maxframe/tensor/reduction/nanargmin.py 17 core/maxframe/tensor/reduction/nancumprod.py 13 core/maxframe/tensor/reduction/nancumsum.py 13 core/maxframe/tensor/reduction/nanmax.py 10 core/maxframe/tensor/reduction/nanmean.py 13 core/maxframe/tensor/reduction/nanmin.py 10 core/maxframe/tensor/reduction/nanprod.py 13 core/maxframe/tensor/reduction/nanstd.py 16 core/maxframe/tensor/reduction/nansum.py 13 core/maxframe/tensor/reduction/nanvar.py 34 core/maxframe/tensor/reduction/prod.py 13 core/maxframe/tensor/reduction/std.py 16 core/maxframe/tensor/reduction/sum.py 18 core/maxframe/tensor/reduction/var.py 46 core/maxframe/tensor/reshape/__init__.py 1 core/maxframe/tensor/reshape/reshape.py 76 core/maxframe/tensor/statistics/__init__.py 1 core/maxframe/tensor/statistics/percentile.py 31 core/maxframe/tensor/statistics/quantile.py 151 core/maxframe/tensor/ufunc/__init__.py 6 core/maxframe/tensor/ufunc/ufunc.py 161 core/maxframe/tensor/utils.py 480 core/maxframe/typing_.py 19 core/maxframe/udf.py 118 core/maxframe/utils.py 800 core/maxframe_client/__init__.py 2 core/maxframe_client/clients/__init__.py 1 core/maxframe_client/clients/framedriver.py 95 core/maxframe_client/conftest.py 1 core/maxframe_client/fetcher.py 220 core/maxframe_client/session/__init__.py 5 core/maxframe_client/session/consts.py 16 core/maxframe_client/session/graph.py 94 core/maxframe_client/session/odps.py 552 core/maxframe_client/session/task.py 259 core/pyproject.toml 57 core/setup.py 96 setup.cfg 97