We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551835d commit 657dbcfCopy full SHA for 657dbcf
packages/ava/src/index.ts
@@ -48,9 +48,10 @@ export type {
48
} from './ckb';
49
50
/* data */
51
-export { analyzeField } from './data/analysis';
52
-export { Series, DataFrame } from './data/dataset';
53
export {
+ analyzeField,
+ Series,
54
+ DataFrame,
55
min,
56
max,
57
sum,
@@ -74,7 +75,7 @@ export {
74
75
pcorrtest,
76
cdf,
77
maxabs,
-} from './data/statistics';
78
+} from './data';
79
export type {
80
FieldType,
81
FieldInfo,
@@ -87,7 +88,7 @@ export type {
87
88
Axis,
89
Extra,
90
FieldsInfo,
-} from './data/types';
91
92
93
/* insight */
94
export { getInsights, generateInsightVisualizationSpec } from './insight';
0 commit comments