Questions tagged as 'data'

0
answers

Time series with PANDAS

I am handling a Time Series of an action and I have a problem with my code. import pandas as pd df = pd.read_csv("C:/Users/Usuario/Desktop/algotrade/GFG.csv", sep=";", parse_dates=["Date"],dayfirst=True,index_col='Date') df.head(10) Out[131]...
asked by 05.06.2018 / 15:45
0
answers

How to get data from the Argentine market with quandl for Python

I show you my code with which I am trying to download the data the merval. I will use sample as under the AAPL data that is a success. but when I try the derl merval it gives me error. Could you help me with the correct code please? import qua...
asked by 31.05.2018 / 22:14
0
answers

How to remove two last elements of an array in this example

I am new to js and I am quite busy, I have attached two js sets since I do not know how to do it separately. I have a js that is a raffle, it is a window open from the general panel with open () there, randomly, there are two buttons, one that g...
asked by 24.01.2018 / 13:32
0
answers

Nodejs and MySQL: LOAD DATA INFILE sends error "No such file or directory"

I want to do a LOAD FILE from Mysql from Nodejs but I get an error { Error: EE_STAT: Can't get stat of '/var/www/node/importacion/api/csv_files/bulk_for_mysql_410201713121.txt' (Errcode: 2 "No such file or directory") My script is as follow...
asked by 04.10.2017 / 20:57
1
answer

Nodejs and Mongodb: How to iterate a find () response

How do I iterate over a find answer on Mongodb in Nodejs? I have the following code: ConectarMongo() .then( function( db ){ var colClientes = db.collection( "clientes" ); var datos = colClientes.find({estado: "nuevo"})...
asked by 04.10.2017 / 02:08
1
answer

how to correct error in sitanxis with column name in dataframe?

I am executing this code to delete some records of a dataframe, but in line 16 (move_id / id) it is the name of the column and / separates the name of the column which is not ideal. the error response is "move_id" does not exist and it is true x...
asked by 21.09.2018 / 19:08