Quantcast
Channel: Active questions tagged row - Stack Overflow
Browsing all 443 articles
Browse latest View live
↧

Pandas - changing rows where less than n subsequent values are equal

I have the following dataframe:df = pd.DataFrame({"col":[0,0,1,1,1,1,0,0,1,1,0,0,1,1,1,0,1,1,1,1,0,0,0]})Now I would like to set all the rows equal to zero where less than four 1's appear "in a row",...

View Article


Remove space between rows in a Column Flutter

I'm working on a project where I need to minimize the vertical space between each row within a column. My goal is to make the layout as compact as possible, specifically by reducing the space below the...

View Article


Three columns and two rows

I do not know very well how to explain writing what I want, so I have left two photos: The first as I have it now (all in a row) and how I want it to be (edited in Photoshop).In summary I have those 5...

View Article

How to get the first field from an anonymous row type in PostgreSQL 9.4?

=# SELECT row(0, 1) ; row------- (0,1)(1 row)How to get 0 within the same query? I figured the below sort of working but is there any simple way?=# SELECT json_agg(row(0,...

View Article

How to delete rows (NOT columns) in a csv file

I am trying to delete a particular row (NOT a column) in a csv file for a class project. When I deleted columns I put: r=row r[22], r[21]# and so onSo how do I specify that I want to delete rows? I am...

View Article


How to select first N rows and last row in Python Pandas?

Problem: Select first N rows and last row in Python Pandas.only gets 1 row which is index 9 and last row.df.iloc[[(9),-1]]I thought I could get using head and last row but not...

View Article

Power BI DAX: sum different columns based on row value

I have two tables: A and B. A has one column [cat]. B has 3 columns: [cat], [amount], and [fringe]. A[cat] has 3 values: "Fringe", "Salary", and "Other". B[cat] only has 2 distinct values: "Salary" and...

View Article

Click submit in userform to fill data in next row

I created a userform.If I click submit I get next cell selected. When I run the userform again data are pasted into the same cells like before.This is VBA part of the "submit" command on the...

View Article


Returning row # in google sheets

=ROWS($B$1:XLOOKUP(P18,B:B,B:B))This returns the row number where column B matches the amount in P18.P18=194.42In column B:Row#4 = 194.42Row#7 = 194.42Since 2 rows in column B are 194.42 this is...

View Article


Adding a filter to query for row# in google sheets

ROWS(B1:XLOOKUP(P22,B:B,B:B)The above snippet returns the first row# where a value in column B matches P22. How would I add a filter to only return row#'s where...

View Article

Returning row# in google sheets

=XLOOKUP(P22&J22,ARRAYFORMULA(B:B&J:J),B:B)This returns the value in column B if all criteria are met. I need to return the row #...

View Article

Defining the "last row" value (on a Sheet that grows each week) and using it...

G'day all, thank you for your timeI am working on a tool that is designed to do alot of heavy formatting on a large sheet of raw data. The data is approximately 86 columns wide, which are fixed in...

View Article

Image may be NSFW.
Clik here to view.

Cannot able to Print with Space between two row in flutter_esc_pos_utils

All text aligned to right sideThere is no space between each rowPosStyles rightStyles=PosStyles(align: PosAlign.right, fontType: PosFontType.fontA); bytes += generator.row( [ PosColumn( text: 'Qty',...

View Article


gridjs: how to change background colors based on the row ID?

I would like to change the background color of the rows in the table generated by gridjs.I came up with the following line of code to change the style of the background color, but it has to be based on...

View Article

Custom row order by mirrored column values

I have a dataset like this:Tab1 <- read.table(text = " nodepair ES1 ++ -- +- -+ 0++0 0- -0 00 ES21 A1_A1 3 0 4 0 0 0 0 0 0 16 42 A1_A1 3 0 4 0 0 0 0 0 0 16 53 A1_A1 4 0 5 0 0 0 0 0 0 16 34 A1_A1 4 0...

View Article


Deal with rows and colums (months) in sqlachemy + python

I've to create a database model (sqlalchemy) for a table with rows (fields) and a month for a row :-field one (firstname): J | F | M | A | M | J | J ...-field two (lastname): J | F | M | A | M | J | J...

View Article

vb.net Next and Previous Row with Many Datagridview [closed]

something wrong??? at DataGV1... ok... but DataGV2.. something wrong... please, i don't know....Private Sub NextBtn_Click(sender As Object, e As EventArgs) Handles NextBtn.Click..... ....Dim lrData1 As...

View Article


Image may be NSFW.
Clik here to view.

FlowRow with chips in the between of fields in jetpack

I have a problem with flowRow with chips which contains text field and this field must be between two field, at the and of row it must contain additional box with icons, and to archive this, I'm using...

View Article

vb.net next and previous row with many datagridview

I have two datagridviews, namely DataGV1 and DataGV2... when I click the next button, on DataGV1, it runs as desired... and so on until the last row in DataGV1... and click the next button next to read...

View Article

Python: Deque Unable to load specific number of rows from bottom of csv while...

CSV has 8000 rows. The code needs to pick up "n" rows (example: 1500) from the bottom of the csv, along with the header column names.The data from csv looks like...

View Article
Browsing all 443 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>