You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The published package for danfojs-node 1.1.1 on NPM registry does not match the version 1.1.1 release in this GitHub repository.
Specifically it does not contain #441.
The version numbers look correct in NPM however the contents of the package are not.
To Reproduce
npm install danfojs-node@1.1.1
cat package.json
"danfojs-node": "^1.1.1",
less node_modules/danfsjs-node/dist/danfojs-base/core/frame.js
Function DataFrame.prototype.fillNa = function (values, options) {
....
if (!values && typeof values !== "boolean" && typeof values !== "number") {
....
The published package for danfojs-node 1.1.1 on NPM registry does not match the version 1.1.1 release in this GitHub repository.
Specifically it does not contain #441.
The version numbers look correct in NPM however the contents of the package are not.
To Reproduce
"danfojs-node": "^1.1.1",
Function DataFrame.prototype.fillNa = function (values, options) {
....
if (!values && typeof values !== "boolean" && typeof values !== "number") {
....
....
if (!values && typeof values !== "boolean" && typeof values !== "number") {
....
Expected behavior
frame.js expected to contain:
Function DataFrame.prototype.fillNa = function (values, options) {
....
if (!values && typeof values !== "boolean" && typeof values !== "number" && typeof values !== "string") {
....
Environment:
The text was updated successfully, but these errors were encountered: