Solution:
The number of copies of n in row n is ϕ(n), where ϕ is the totient function, or the number of positive integers less than or equal to n that are relatively prime to n. To see this, consider the following pattern of fractions, where we start with 10 and 11 and insert b+da+c between ba and dc:

The denominators of these fractions form the pattern of numbers in the problem, and the fractions are in increasing order. Row n contains all the fractions in the nth Farey sequence exactly once, i.e. all the fractions with denominator at most n (plus some other fractions). Thus, the number of copies of n in row n equals the number of fractions between 0 and 1 with denominator n in simplest form. Each of these fractions must have numerator less than or equal to n and relatively prime to n, so there are ϕ(n) such fractions. Thus, there are ϕ(n) copies of n in row n.
The prime factorization of 2019 is 3⋅673, thus in row 2019 the number of copies of 2019 is
ϕ(2019)=2019(1−31)(1−6731)=2⋅672=1244