Top "Size" questions

Size in computing can refer to various dimensions: size in bits, in bytes, in pixels, in memory, in disk space, etc.

PySpark 2.0 The size or shape of a DataFrame

I am trying to find out the size/shape of a DataFrame in PySpark. I do not see a single …

dataframe size pyspark shape
Find files with size in Unix

I am looking for a Unix command to print the files with its size. I used this but it didn't …

unix find size command
How many characters in varchar(max)

How many characters can a SQL Server 2008 database field contain when the data type is VARCHAR(MAX)?

sql-server-2008 size varchar
android:layout_height 50% of the screen size

I just implemented a ListView inside a LinearLayout, but I need to define the height of the LinearLayout (it has …

android android-layout size android-linearlayout android-layout-weight
How to know the size of the string in bytes?

I'm wondering if I can know how long in bytes for a string in C#, anyone know?

c# .net string size byte
Customize list item bullets using CSS

Is it possible to change the size of an <li> element's bullet? Take a look at the code …

css size html-lists listitem
Is it really impossible to make a div fit its size to its content?

I'd like to clarify whether it's possible or not to make a div fit its size based on the content's …

html size width
How much data can a List can hold at the maximum?

How much data can be added in java.util.List in Java at the maximum? Is there any default size …

java arraylist size
How to create a DataFrame of random integers with Pandas?

I know that if I use randn, import pandas as pd import numpy as np df = pd.DataFrame(np.random.…

python pandas dataframe size shapes
How to split large text file in windows?

I have a log file with size of 2.5 GB. Is there any way to split this file into smaller files …

windows text cmd split size