0
votes
1answer
67 views

Reshaping tables in pandas

Below is an extract of a dataframe which I have created my merging multiple query log dataframes: keyword hits date average time 1 the cat ...
1
vote
3answers
56 views

Effective picking of surrounded element

If I have sequence 1 0 0 0 1 0 1 0 1 1 1 how to effectively locate zero which has from both sides 1. In this sequence it means zero on position 6 and 8. The ones in bold. 1 0 0 0 1 0 1 0 1 1 1 I ...
0
votes
1answer
56 views

Storing data in mysql using two dimentional array

Here is the form that collects employer's histroy and store that data into 2d array .. then i am trying to store that info into mysql database in a table employment . it gives me no error but it cant ...
-1
votes
1answer
25 views

Re-arrange Multi level Array [closed]

I have an array, which comes out of an preg_match_all but I can't work with this. I would like to transfer this to use it in a proper way. How do I transfer an array like this. [0] => Array ( ...
0
votes
0answers
65 views

Write a program that can be used by a small theater to sell tickets for performances. Read data from inputfile

Need help writing a program for class. Here were the posted instructions: Step 1: The program should have a FUNCTION that displays a screen that shows which seats are available and which are taken. ...
0
votes
1answer
46 views

When I read from a file in C++ it, displays the numbers more times then it should

I am coding a program that allows the user to name a file and open or create that file. Then they are able to read the info from that file in different ways or write more info into the file. The ...
0
votes
1answer
63 views

Frequent Number in an array size of 2 million (Works for 500k but it hangs for 2mil?)

Here is my code to look for a frequent number in a large array. It works fine for 500,000. Could anyone help me and tell me why does it crash for n = 2,000,000? I tried changing int to long or double ...
0
votes
1answer
36 views

Data storage for Java code in Chemistry

I am trying to make a calculator java file for Chemistry purposes. I want the java code to be able to convert grams to moles, moles to atoms, etc for each element on the periodic table. I want to know ...
0
votes
2answers
45 views

send javascript multidimensional array via ajax post

I have a multidimensinal array like below var myarray = new Array(); myarray["firstkey"] = new Array(); myarray["firstkey"]["secondkey"] = new Array(); myarray["firstkey"]["secondkey"]["0"] = new ...
0
votes
1answer
38 views

Generate original array from reordered one?

Assuming that M1 is an array of disordered 1byte alphabets (see figure). What is the best way to transform M1 to M2, an array of somewhat ordered alphabets which allows us to generate back the ...
2
votes
4answers
51 views

How to best structure hard coded array data in PHP?

I'm developing a PHP library and I'd like to add some hard coded data using arrays. How do I determine the optimal way to structure the data in terms of the array keys and values? For example, if I ...
0
votes
1answer
70 views

Only the first digit of my data gets put in an array

import numpy as np import asciidata def leesdata(): RA = [] Dec = [] data = asciidata.open('S0-2.txt') for i in data[1]: RA.append(float(i)) for i in data[2]: ...
0
votes
1answer
37 views

Parse data and order alphabetically under letter

this is what I would like to become: This is my javascript: var retrievedObject = localStorage.getItem('exhibitor'); // CALL FUNCTION parsePerObject(JSON.parse(retrievedObject)); ...
4
votes
5answers
120 views

How do you represent large matrices from your algorithm to aid you when debugging?

The basic approach to this is printing the matrices. But when you get to bigger numbers, even though you're debugging (the algorithm might not work for 2 by 2 or 4 by 4 matrices), it starts to get ...
0
votes
2answers
46 views

array data manipulation using php

I have 2 arrays First array -- array1(3,17,19,11,34,56,22,29); Second array -- array2(4,6,12,19,59,21); Now I would like to get 3 types of data a) values which are present in both array for eg ...
0
votes
4answers
60 views

How to sum columns with same date in Ruby

I have an array with these type of data inside it, and I need to sum up the columns with same date. [["01-04-2013", 100.0, 110.0, 120, 0, 0, 0], ["02-04-2013", 100.0, 110.0, 130, 0, 0, 0], ...
0
votes
0answers
31 views

Tips for comparing two arrays to get new data

I am working with various social network's APIs and I am thinking of a way to mimic a real time update. I know some APIs offer this, but it won't work with the way I am structuring this website. ...
1
vote
5answers
74 views

How to find closest number in a multidimensional array? [closed]

I got a mulitdimensional array that looks like this: Array ( [0] => Array ( [name] => Name [city] => Cityname [county] => County ...
0
votes
1answer
165 views

load char array into data table

been searching for several hours for a way to load my char array directly into a dynamic table and then into a data grid view. Tried several approaches, but there's always something that's not ...
0
votes
2answers
46 views

In MATLAB, how can I append dates and data to an array?

I have been researching this for hours and cannot find the solution. I have the following code and wish to append the output to an array row by row. Each loop iteration should place the 1st date in ...
0
votes
3answers
107 views

How to retrieve data from two dimensional array in php? [closed]

I am a novice programmer and accept my apologies if it is a repeated question.I am having a problem in retrieving data from two dimensional array. The data below has been displayed using ...
0
votes
1answer
65 views

How do I put an NSMutableArray array into a string

I have an NSMutableArray with data that I need to convert into a NSString. data = [NSMutableArray array]; Content string to write out to text file. NSString *content = [NSString ...
0
votes
2answers
39 views

remove value from data array

i have a data array that is used to fill three drop downs, <select> boxes. My question is how would i remove the same values from the array (not the array itself, but remove(or) disable the ...
0
votes
2answers
144 views

Passing double values into 2D Array - Java

Im trying to initiliaze my 2D array in java by passing specific double values into it, but i'm returning an error " ']' expected". double[][] EnglishToFrenchProb = new double[2][3]; double[0][0] ...
0
votes
1answer
153 views

Sorting a 2d array

So I am trying to sort two sets of data, that are either in a 2d array or parrellel arrays, either way it makes no difference but I cant seem to figure it out. Here are the two arrays: /////way ...
0
votes
1answer
64 views

order of numpy list from imported text files

as a follow up of my previous post (sort data) I want to find out why my numpy array does not "add" the new data as read from the folder. the previous post solved my problblem in reading the files in ...
0
votes
1answer
219 views

Reading a Text File in Java and Converting to Multiple Vectors

I am fairly new to Java, and I am trying to make it read a file. I have a data text file that needs to be imported into Java as arrays. The first row of data file is the names row. All the variables ...
1
vote
1answer
129 views

Returning value from data array based on several conditions

I have a data table with 3 columns (the look is simplified for clarity, but arrangements and data formats are preserved, 1st column A is Date formatted with my regional settings, but it is NOT text): ...
0
votes
2answers
92 views

Javascript: Define array from html data automatically

I am not a professional JS progammer (yet :D ) and I have a problem with defining array from HTML data automatically. Here are my data: <div id="events"> <div id="blabla" ...
0
votes
2answers
64 views

Calculating displacement many times with respect to different elements

I have the following data (or similar): 154240 1 7 154240 2 2 154240 5 6 154240 2 5 154240 6 ...
0
votes
3answers
43 views

Extracting information from an array in php

Can any one tell me how to extract the 'honda' value out of the array below using php? { "version": "1.0", "encoding": "UTF-8", "entry": { "name": "bob", ...
0
votes
3answers
34 views

javascript array and objects

How can I convert two arrays to the object? My arrays: arr1.push(3,2,3,6,11,7); arr2.push("num1","num2","num3","num4","num5","num6"); How to convert it to the object: [{name:"num1", ...
3
votes
2answers
63 views

How do you pick out rows from an array based on a specific value in a column? (MATLAB)

I have an array of data. For simplicity, let's call it a 4 x 3 matrix. Let's say I want to find a data point in column 2 that has a value of 5. Then, I want to take all rows that contains the value ...
-2
votes
1answer
96 views

Record data array on XCode from accelerometer

I am trying to create an app that will record the maximum G-Force and minimum G-Force during a given time. I've got the accelerometer to work and give the data (updated every 0.1s). I now want to ...
0
votes
5answers
54 views

How can I SELECT data which one field are member of an array?

Use PHP and MySQL. I have an array, P, which contains the value of possible category number of products. In my table it also have the field "category" which stored category number and the others. What ...
0
votes
2answers
96 views

Create an array from data in a table using Python

I want to get data from a table in a text file into a python array. The text file that I am using as an input has 7 columns and 31 rows. Here is an example of the first two rows: 10672 34.332875 ...
3
votes
1answer
315 views

Read data file into an array

I am trying to read a text file and store it in an array, but my program keeps getting stuck in an infinite loop. Here is my code: int main () { const int size = 10000; //s = array size int ...
0
votes
2answers
51 views

send unwanted Char's to end of array

Let's say we have a string String data = "<span> 0397]);}}:;)]</span>"; Then we send that into an char array Char[] charData = data.ToCharArray(); How could I go trough this data and ...
0
votes
1answer
99 views

Elegant way to save/load values into an array

Very silly question. I'm basically saving and loading values into an array to feed into a JSON library, and I'm just looking for a more elegant way to do this: class properties to array return new ...
1
vote
2answers
34 views

How do I restructure this code so it only displays results from one column? [closed]

I got this code from a website and I am trying to tailor it to my test script. Instead of zip, city, state I want to display company_name. How can I modify this? PHP: $rs = mysql_query('select ...
1
vote
1answer
93 views

How do I access each word in Assembly?

Given: .data arr: .word 2,5,1,3,4 len: .word 5 sum: .word 0 How would I access each word in "arr" such as 2, 3 and 4? Eventually, what I would like to do is find a sum of all of the values in ...
1
vote
2answers
83 views

Loading android array from a file included in app

I've been searching my ass off and can't get a clue on how to do this. I'm creating a block-based game, let's say 3x3 blocks on screen, each block has a int associated to know which type it is: ...
-2
votes
1answer
72 views

why does my array read from file contain bytes

im writting a little system that parses lines of data in a txt separated by commas, so to be basic about it i read the file lines into an array, then use .each on the array and split everything by "'" ...
3
votes
3answers
113 views

ideal data type for an array in C

I'd like to store a static association between a key and a variable size array. "foo" => ["bar", "awe"] "foo2" => ["bar2", "awe2", "gruh"] This array will never change during the program ...
1
vote
3answers
158 views

Show data of a JSON array with a alert [duplicate]

Possible Duplicate: I have a nested data structure / JSON, how can I access a specific value? i want to show data of a JSON array, i tried this but it dosen't work : var Content = [{ ...
0
votes
2answers
76 views

How can I extract the value of an array key in PHP for MySQL query

I have here a SQL query to get course information from the data base. The variable courses is an array saved by Session from the previous page. Here is what courses[] looks like if I var_dump it. I ...
0
votes
1answer
100 views

Looping out JSON into a template via the $.ajax method

I'm having an issue looping out my returned JSON data which looks like this { "max": "12", "page": null, "total": 12, "items": [ { "14bfa6bb14875e45bba028a21ed38046": { "id": ...
1
vote
1answer
97 views

jQuery iterate through array and add to ajax method

I've got a jQuery $.ajax() post and need to add an object (is it an object? string?) to the request for every item in an array. I'm lost as to the best method for doing this. I imagine it'd be best ...
0
votes
2answers
149 views

PHP: Redundant way of getting multiple $_POST records?

EDIT : I might just make it a more 'step-by-step' process i.e. http://i.imgur.com/nzoCA.png Seeing as it feels more user-friendly & it's only for <5 images. I have read & appreciate all of ...
1
vote
1answer
69 views

How do I perform a function on multiple rows of data which are factored by the column they are in R?

I have a table in a file with many rows which i have read into R using data <-read.table("path/to/data.txt",header=TRUE, sep="\t",row.names=1) A1 A2 A3 B1 B2 B3 Row1 ...

1 2 3 4