File tree Expand file tree Collapse file tree
danfojs-browser/types/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ export class DataFrame extends Ndframe {
334334 * Returns the data types in the DataFrame
335335 * @return {Array } list of data types for each column
336336 */
337- get ctypes ( ) : any [ ] ;
337+ get ctypes ( ) : Series ;
338338 /**
339339 * Make plots of Series or DataFrame.
340340 * Uses the Plotly as backend, so supports Plotly's configuration parameters
Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ export class DataFrame extends Ndframe {
334334 * Returns the data types in the DataFrame
335335 * @return {Array } list of data types for each column
336336 */
337- get ctypes ( ) : any [ ] ;
337+ get ctypes ( ) : Series ;
338338 /**
339339 * Make plots of Series or DataFrame.
340340 * Uses the Plotly as backend, so supports Plotly's configuration parameters
You can’t perform that action at this time.
0 commit comments