Quantcast
Channel: Active questions tagged row - Stack Overflow
Browsing latest articles
Browse All 442 View Live
↧

Add alternating background to each row in display grid with grid of posts

I have a full width div which contains a dynmic grid of posts. The number of columns depends on the screen width, the number of rows depends on the number of posts.I would like to have an alternating...

View Article


How to insert a new row for each missing number of one variable while filling...

How to insert a new row every time there is a break in the row column numbering, while filling the other columns with NA?Initial data:x <-...

View Article


Image may be NSFW.
Clik here to view.

Table to summarise data into a spreadsheet

I have the following table in excel[Base Date]I have tried a number of formulas to get what I want such as:=IFERROR(INDEX($H$1:$Z$1,MATCH(TRUE,INDEX($H2:$Z2>0,0),0)),"")This returns the number 6431...

View Article

Excel. How to get an one row data (multiple columns) from every three rows

Please need your help.I have an excel file with this following structure, that one row is divided into the next two rows:initialAnd need finally get this one. Every third row need to be combined into...

View Article

average range of data and plot in gnuplot

I have this kind of data:label-> 1 2 3 4 5val1 1.67E+07 2.20E+07 3.04E+07 7.89E+07 1.24E+08val2 1.71E+07 2.35E+07 2.70E+07 7.80E+07 1.31E+08val3 1.48E+07 2.15E+07 2.74E+07 7.18E+07 1.17E+08val4...

View Article


Image may be NSFW.
Clik here to view.

Cell conditioning based on cell value on a row to cell value on column

Above is the cell values I want to apply the condition too.A solution that works is to create a new column using the transpose function for the row in Question is to use the cell = cell.I dont want to...

View Article

In databases what's the difference between the words "row" and "record"?

In databases what's the difference between the words "row" and "record"?Is it that a record contains multiple rows?The first sentence of chapter 14 of Databases Systems The Complete Book:It is not...

View Article

Child inside Row not in the center of the w

I just want to create a row with 5 buttons. The problem is that the Child of the button is not centered in the widget as shown in photo: https://i.sstatic.net/lQE48lq9.pngCode is the following:Row(...

View Article


Image may be NSFW.
Clik here to view.

Auto fill field with value from above row value

I would like to auto fill empty values with the above value. QuerySELECT Nr, [Name]FROM #TEMPTable: I want my output to look like this:Thanks.

View Article


Matching pair-wise columns from left to right across rows in one dataframe to...

I've got a dataset like this: df1 <- data.frame( col1 = c(1, 2, 3), col2 = c(4, 5, 6), col3 = c(2, 8, 9), col4 = c(5, 11, 12), col5 = c(13, 14, 15), col6 = c(16, 17, 18), col7 = c(19, 20, 21), col8...

View Article

CodeIgniter - database result array but only one row

I'm looking for a way to return an array from the database query, but only for the first row. I'd prefer not to use objects..My current solution://Gather$data =...

View Article

Image may be NSFW.
Clik here to view.

How to implement summary rows(Total rows) in WPF data-grid via MVVM

I need a help to to make a summary row or total a row in WPF datagrid using MVVM pattern, special of this summary row is having a value for each column like a image shows below.First total calculation...

View Article

Image may be NSFW.
Clik here to view.

Row numbers not updated after deleting entire rows

I am making an Excel macro to filter things, and therefore delete unnecessary rows. First I create a range of irrelevant cells (by making the union of them), and after that I delete the whole row for...

View Article


Return first row number for max date

How do I write VBA to return the first row number found in column L for the max date in that column?I'm trying this code and get"Object variable or With block variable not set"Sub FindMaxValRow()Dim...

View Article

Comparing the values of a certain number previous rows with the current row

In a database containing firm and patent class values, I want to calculate the following variables:Technological abandonment: Number of previously active technological patent classes abandoned...

View Article


Image may be NSFW.
Clik here to view.

Split bootstrap column in n rows with equal height, filling parent height

I'm quite new to Bootstrap, I'm struggling with the grid system while trying to reproduce the following template:In this example I have 3 columns:first columns holds some info/pictures. This column...

View Article

How to insert a row in an HTML table body in JavaScript

I have an HTML table with a header and a footer:<table id="myTable"><thead><tr><th>My...

View Article


symfony 6 sortable row with sortable.js

In my view I have<table class="table table-striped bg-white table-sm"><thead><tr><th scope="col">Název</th><th scope="col">Text</th><th...

View Article

Can anyone see what is wrong with my transpose function in F#?

Given a list of tuples, where each tuple consists of 3 integers, transpose the list recursively so that the "rows" and "columns" are swapped. The result will be a list of lists.So for example:transpose...

View Article

scraping with rvest with different number of rows in r

https://www.transfermarkt.de/alexander-bade/profil/spieler/31Is it possible to scrape the whole table in one scrape?

View Article

Remove rows based on duplicated values in one column

I have the below sample table and I need a second table without duplicate grouped values from column 'Values'+----+--------+| Id | Values |+----+--------+| 1 | A || 2 | B || 3 | B | <--remove| 4 | A...

View Article


How to get difference value (delta) between to rows after query in Mariadb

Helo,this is my query:MariaDB [PV_Anlage]>SELECT created_at, verbrauch_ges FROM pv_metrics group by DATE(created_at) ORDER BY ID DESC limit 20;+---------------------+---------------+| created_at |...

View Article


Insert Row to the top of data rather than 1st empty row from bottom

So, I have a vba code that looks on 1 workbook for a row marked with "x" and where it is it opens another workbook and pastes the row into the first empty row from the bottom up.What I need it to do...

View Article

Image may be NSFW.
Clik here to view.

Delete entry from the spreadsheet and move the particular data field to other...

I have 2 spreasheets in excel file where I enter the daily objects to be completed in spreadsheet 1 and master data in spreadsheet 2 ( where the the objects which are completed are stored )As of now, I...

View Article

In R, how can I collapse the data of grouped rows into one row?

I have the following sample dataframe:df <- data.frame( record_id = c(1, 1, 1, 2, 2, 3, 3, 3), instance = c(NA, NA, 2, NA, 1, 2, NA, NA), A = c(10, NA, NA, 20, 25, NA, 30, NA), B = c(NA, 5, NA, NA,...

View Article


What is an efficient way of loop through rows of a polars LazyFrame?

I have a large Parquet file with just a few columns, and I'd like apply a function to each row of the Paruqet file. What is an efficient way of doing that? By efficient, I mean 2 things.The code runs...

View Article

GridView: How to set the number of rows to display

I would like my gridview to display only 3 rows. Any ideas on how I can achieve this?

View Article

I don't understand this code for rows in media (css)

Hi I don't understand this code for cardsmy container for cards is this before heigh of container is 100% and width is auto .container-cards { display: grid; grid-template-columns: repeat(3, auto);...

View Article

Image may be NSFW.
Clik here to view.

How to align rows of a table using approximate matching in Python or Excel?...

I have an excel sheet with four sets of values, essentially four tables. Each table has two columns with headers 'time' and 'area'. They have matching values and I want to align the rows of the tables...

View Article



Image may be NSFW.
Clik here to view.

VBA - Text to columns in specific row

I've run into a problem again (I hope I don't ask any more questions). I need to split data from column F (rows will be added every day) into columns G,H,I. The data in column F has the format "XXX YY...

View Article
Browsing latest articles
Browse All 442 View Live


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